#DAEE81

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

Shades of Mindaro #DAEE81

Tints of Mindaro #DAEE81

Color information

#DAEE81 (or 0xDAEE81) is unknown color: approx Mindaro. HEX triplet: DA, EE and 81. RGB value is (218,238,129). Sum of RGB (Red+Green+Blue) = 218+238+129=585 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.26% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 129 (50.78% from 255 or 22.05% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DAEE81 is #25117E. Grayscale: #DCDCDC. Windows color (decimal): -2429311 or 8515290. OLE color: 8515290.

HSL color Cylindrical-coordinate representation of color #DAEE81: hue angle of 71.01º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DAEE81 is Cyan = 0.08, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB218238129-
CMYK0.0800.460.07
HSL71.01º76.22%71.96%-
HSV(B)71.01º45.8%93.33%-
XYZ63.4577.6432.41-
YUV219.5976.87126.86-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.26%
GREEN value IS 238 (93.36% from 255) = 40.68%
BLUE value IS 129 (50.78% from 255) = 22.05%
R=37.26%
G=40.68%
B=22.05%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182381290.0800.460.0771.0176.2271.96
HexDAEE81802E7474c48
Octal332356201100567107114110
Binary11011010111011101000000110000101110111100011110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEE81; }

 p { color: rgb(218,238,129); }

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

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

 a { background-color: rgb(218,238,129); }

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

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

 span { border-color: rgb(218,238,129); }

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