#DAF06F

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

Shades of Mindaro #DAF06F

Tints of Mindaro #DAF06F

Color information

#DAF06F (or 0xDAF06F) is unknown color: approx Mindaro. HEX triplet: DA, F0 and 6F. RGB value is (218,240,111). Sum of RGB (Red+Green+Blue) = 218+240+111=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 240 (94.14% from 255 or 42.18% from 569); Blue value is 111 (43.75% from 255 or 19.51% from 569); Max value from RGB is 240 - color contains mainly: green. Hex color #DAF06F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF06F is #250F90. Grayscale: #DBDBDB. Windows color (decimal): -2428817 or 7336154. OLE color: 7336154.

HSL color Cylindrical-coordinate representation of color #DAF06F: hue angle of 70.23º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DAF06F is Cyan = 0.09, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.06.

Color convert

RGB218240111-
CMYK0.0900.540.06
HSL70.23º81.13%68.82%-
HSV(B)70.23º53.75%94.12%-
XYZ62.9478.3726.85-
YUV218.7267.21127.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 240 (94.14% from 255) = 42.18%
BLUE value IS 111 (43.75% from 255) = 19.51%
R=38.31%
G=42.18%
B=19.51%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182401110.0900.540.0670.2381.1368.82
HexDAF06F90366465145
Octal332360157110666106121105
Binary1101101011110000110111110010110110110100011010100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF06F; }

 p { color: rgb(218,240,111); }

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

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

 a { background-color: rgb(218,240,111); }

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

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

 span { border-color: rgb(218,240,111); }

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