#DAEB79

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

Shades of Mindaro #DAEB79

Tints of Mindaro #DAEB79

Color information

#DAEB79 (or 0xDAEB79) is unknown color: approx Mindaro. HEX triplet: DA, EB and 79. RGB value is (218,235,121). Sum of RGB (Red+Green+Blue) = 218+235+121=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 121 (47.66% from 255 or 21.08% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEB79 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAEB79 is #251486. Grayscale: #D9D9D9. Windows color (decimal): -2430087 or 7990234. OLE color: 7990234.

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

Color convert

RGB218235121-
CMYK0.0700.490.08
HSL68.95º74.03%69.8%-
HSV(B)68.95º48.51%92.16%-
XYZ62.0775.729.43-
YUV216.9273.87128.77-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.98%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 121 (47.66% from 255) = 21.08%
R=37.98%
G=40.94%
B=21.08%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2182351210.0700.490.0868.9574.0369.8
HexDAEB7970318454a46
Octal332353171706110105112106
Binary1101101011101011111100111101100011000100010110010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEB79; }

 p { color: rgb(218,235,121); }

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

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

 a { background-color: rgb(218,235,121); }

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

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

 span { border-color: rgb(218,235,121); }

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