#DAF56A

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

Shades of Mindaro #DAF56A

Tints of Mindaro #DAF56A

Color information

#DAF56A (or 0xDAF56A) is unknown color: approx Mindaro. HEX triplet: DA, F5 and 6A. RGB value is (218,245,106). Sum of RGB (Red+Green+Blue) = 218+245+106=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 245 (96.09% from 255 or 43.06% from 569); Blue value is 106 (41.80% from 255 or 18.63% from 569); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF56A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAF56A is #250A95. Grayscale: #DDDDDD. Windows color (decimal): -2427542 or 7009754. OLE color: 7009754.

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

Color convert

RGB218245106-
CMYK0.1100.570.04
HSL71.65º87.42%68.82%-
HSV(B)71.65º56.73%96.08%-
XYZ64.1781.2525.94-
YUV221.0863.05125.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.31%
GREEN value IS 245 (96.09% from 255) = 43.06%
BLUE value IS 106 (41.80% from 255) = 18.63%
R=38.31%
G=43.06%
B=18.63%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2182451060.1100.570.0471.6587.4268.82
HexDAF56AB0394485745
Octal332365152130714110127105
Binary1101101011110101110101010110111001100100100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF56A; }

 p { color: rgb(218,245,106); }

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

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

 a { background-color: rgb(218,245,106); }

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

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

 span { border-color: rgb(218,245,106); }

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