#DAEC77

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

Shades of Mindaro #DAEC77

Tints of Mindaro #DAEC77

Color information

#DAEC77 (or 0xDAEC77) is unknown color: approx Mindaro. HEX triplet: DA, EC and 77. RGB value is (218,236,119). Sum of RGB (Red+Green+Blue) = 218+236+119=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 236 (92.58% from 255 or 41.19% from 573); Blue value is 119 (46.88% from 255 or 20.77% from 573); Max value from RGB is 236 - color contains mainly: green. Hex color #DAEC77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEC77 is #251388. Grayscale: #D9D9D9. Windows color (decimal): -2429833 or 7859418. OLE color: 7859418.

HSL color Cylindrical-coordinate representation of color #DAEC77: hue angle of 69.23º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAEC77 is Cyan = 0.08, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB218236119-
CMYK0.0800.500.07
HSL69.23º75.48%69.61%-
HSV(B)69.23º49.58%92.55%-
XYZ62.2476.2328.89-
YUV217.2872.54128.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 236 (92.58% from 255) = 41.19%
BLUE value IS 119 (46.88% from 255) = 20.77%
R=38.05%
G=41.19%
B=20.77%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182361190.0800.500.0769.2375.4869.61
HexDAEC7780327454b46
Octal332354167100627105113106
Binary1101101011101100111011110000110010111100010110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEC77; }

 p { color: rgb(218,236,119); }

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

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

 a { background-color: rgb(218,236,119); }

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

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

 span { border-color: rgb(218,236,119); }

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