#DAE882

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

Shades of Mindaro #DAE882

Tints of Mindaro #DAE882

Color information

#DAE882 (or 0xDAE882) is unknown color: approx Mindaro. HEX triplet: DA, E8 and 82. RGB value is (218,232,130). Sum of RGB (Red+Green+Blue) = 218+232+130=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 232 (91.02% from 255 or 40% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 232 - color contains mainly: green. Hex color #DAE882 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAE882 is #25177D. Grayscale: #D8D8D8. Windows color (decimal): -2430846 or 8579290. OLE color: 8579290.

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

Color convert

RGB218232130-
CMYK0.0600.440.09
HSL68.24º68.92%70.98%-
HSV(B)68.24º43.97%90.98%-
XYZ61.874.2332.19-
YUV216.1979.36129.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.59%
GREEN value IS 232 (91.02% from 255) = 40%
BLUE value IS 130 (51.17% from 255) = 22.41%
R=37.59%
G=40%
B=22.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2182321300.0600.440.0968.2468.9270.98
HexDAE882602C9444547
Octal332350202605411104105107
Binary11011010111010001000001011001011001001100010010001011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAE882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAE882; }

 p { color: rgb(218,232,130); }

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

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

 a { background-color: rgb(218,232,130); }

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

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

 span { border-color: rgb(218,232,130); }

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