#DAEA87

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

Shades of Mindaro #DAEA87

Tints of Mindaro #DAEA87

Color information

#DAEA87 (or 0xDAEA87) is unknown color: approx Mindaro. HEX triplet: DA, EA and 87. RGB value is (218,234,135). Sum of RGB (Red+Green+Blue) = 218+234+135=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 135 (53.12% from 255 or 23.00% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEA87 is #251578. Grayscale: #DADADA. Windows color (decimal): -2430329 or 8907482. OLE color: 8907482.

HSL color Cylindrical-coordinate representation of color #DAEA87: hue angle of 69.7º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DAEA87 is Cyan = 0.07, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.08.

Color convert

RGB218234135-
CMYK0.0700.420.08
HSL69.7º70.21%72.35%-
HSV(B)69.7º42.31%91.76%-
XYZ62.7175.534.19-
YUV217.9381.2128.05-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.14%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 135 (53.12% from 255) = 23.00%
R=37.14%
G=39.86%
B=23.00%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341350.0700.420.0869.770.2172.35
HexDAEA87702A8464648
Octal332352207705210106106110
Binary11011010111010101000011111101010101000100011010001101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA87; }

 p { color: rgb(218,234,135); }

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

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

 a { background-color: rgb(218,234,135); }

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

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

 span { border-color: rgb(218,234,135); }

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