#DAEA7F

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

Shades of Mindaro #DAEA7F

Tints of Mindaro #DAEA7F

Color information

#DAEA7F (or 0xDAEA7F) is unknown color: approx Mindaro. HEX triplet: DA, EA and 7F. RGB value is (218,234,127). Sum of RGB (Red+Green+Blue) = 218+234+127=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 234 (91.80% from 255 or 40.41% from 579); Blue value is 127 (50% from 255 or 21.93% from 579); Max value from RGB is 234 - color contains mainly: green. Hex color #DAEA7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEA7F is #251580. Grayscale: #D9D9D9. Windows color (decimal): -2430337 or 8383194. OLE color: 8383194.

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

Color convert

RGB218234127-
CMYK0.0700.460.08
HSL68.97º71.81%70.78%-
HSV(B)68.97º45.73%91.76%-
XYZ62.1775.2831.33-
YUV217.0277.2128.7-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.65%
GREEN value IS 234 (91.80% from 255) = 40.41%
BLUE value IS 127 (50% from 255) = 21.93%
R=37.65%
G=40.41%
B=21.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182341270.0700.460.0868.9771.8170.78
HexDAEA7F702E8454847
Octal332352177705610105110107
Binary1101101011101010111111111101011101000100010110010001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEA7F; }

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

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

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

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

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

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

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

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