#DAF67C

Color #DAF67C Mindaro (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mindaro #DAF67C

Tints of Mindaro #DAF67C

Color information

#DAF67C (or 0xDAF67C) is unknown color: approx Mindaro. HEX triplet: DA, F6 and 7C. RGB value is (218,246,124). Sum of RGB (Red+Green+Blue) = 218+246+124=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 124 (48.83% from 255 or 21.09% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF67C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF67C is #250983. Grayscale: #E0E0E0. Windows color (decimal): -2427268 or 8189658. OLE color: 8189658.

HSL color Cylindrical-coordinate representation of color #DAF67C: hue angle of 73.77º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAF67C is Cyan = 0.11, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB218246124-
CMYK0.1100.500.04
HSL73.77º87.14%72.55%-
HSV(B)73.77º49.59%96.47%-
XYZ65.5182.2731.5-
YUV223.7271.72123.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 246 (96.48% from 255) = 41.84%
BLUE value IS 124 (48.83% from 255) = 21.09%
R=37.07%
G=41.84%
B=21.09%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182461240.1100.500.0473.7787.1472.55
HexDAF67CB03244a5749
Octal332366174130624112127111
Binary1101101011110110111110010110110010100100101010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF67C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF67C; }

 p { color: rgb(218,246,124); }

 H1.HeaderClassName
 {
   color: #DAF67C;
 }
 .AnyTagClassName
 {
   color: #DAF67C;
 }
</style>
background-color css

<style>
 a { background-color: #DAF67C; }

 a { background-color: rgb(218,246,124); }

 div.DivClassName
 {
   background-color: #DAF67C;
 }
 .BgClassName
 {
   background-color: #DAF67C;
 }
</style>
border-color css

<style>
 span { border-color: #DAF67C; }

 span { border-color: rgb(218,246,124); }

 td.TdClassName
 {
   border-color: #DAF67C;
 }
 .TagClassName
 {
   border-color: #DAF67C;
 }
</style>