#DAE57E

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

Shades of Mindaro #DAE57E

Tints of Mindaro #DAE57E

Color information

#DAE57E (or 0xDAE57E) is unknown color: approx Mindaro. HEX triplet: DA, E5 and 7E. RGB value is (218,229,126). Sum of RGB (Red+Green+Blue) = 218+229+126=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 126 (49.61% from 255 or 21.99% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #DAE57E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAE57E is #251A81. Grayscale: #D6D6D6. Windows color (decimal): -2431618 or 8316378. OLE color: 8316378.

HSL color Cylindrical-coordinate representation of color #DAE57E: hue angle of 66.41º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DAE57E is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB218229126-
CMYK0.0500.450.10
HSL66.41º66.45%69.61%-
HSV(B)66.41º44.98%89.8%-
XYZ60.772.4530.52-
YUV213.9778.36130.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.05%
GREEN value IS 229 (89.84% from 255) = 39.97%
BLUE value IS 126 (49.61% from 255) = 21.99%
R=38.05%
G=39.97%
B=21.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2182291260.0500.450.1066.4166.4569.61
HexDAE57E502DA424246
Octal332345176505512102102106
Binary1101101011100101111111010101011011010100001010000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE57E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE57E; }

 p { color: rgb(218,229,126); }

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

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

 a { background-color: rgb(218,229,126); }

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

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

 span { border-color: rgb(218,229,126); }

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