#DAE77C

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

Shades of Mindaro #DAE77C

Tints of Mindaro #DAE77C

Color information

#DAE77C (or 0xDAE77C) is unknown color: approx Mindaro. HEX triplet: DA, E7 and 7C. RGB value is (218,231,124). Sum of RGB (Red+Green+Blue) = 218+231+124=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 231 (90.62% from 255 or 40.31% from 573); Blue value is 124 (48.83% from 255 or 21.64% from 573); Max value from RGB is 231 - color contains mainly: green. Hex color #DAE77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DAE77C is #251883. Grayscale: #D7D7D7. Windows color (decimal): -2431108 or 8185818. OLE color: 8185818.

HSL color Cylindrical-coordinate representation of color #DAE77C: hue angle of 67.29º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAE77C is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB218231124-
CMYK0.0600.460.09
HSL67.29º69.03%69.61%-
HSV(B)67.29º46.32%90.59%-
XYZ61.1373.5130.04-
YUV214.9276.69130.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 231 (90.62% from 255) = 40.31%
BLUE value IS 124 (48.83% from 255) = 21.64%
R=38.05%
G=40.31%
B=21.64%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182311240.0600.460.0967.2969.0369.61
HexDAE77C602E9434546
Octal332347174605611103105106
Binary1101101011100111111110011001011101001100001110001011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE77C; }

 p { color: rgb(218,231,124); }

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

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

 a { background-color: rgb(218,231,124); }

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

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

 span { border-color: rgb(218,231,124); }

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