#DDEE81

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

Shades of Mindaro #DDEE81

Tints of Mindaro #DDEE81

Color information

#DDEE81 (or 0xDDEE81) is unknown color: approx Mindaro. HEX triplet: DD, EE and 81. RGB value is (221,238,129). Sum of RGB (Red+Green+Blue) = 221+238+129=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 238 (93.36% from 255 or 40.48% from 588); Blue value is 129 (50.78% from 255 or 21.94% from 588); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE81 is #22117E. Grayscale: #DCDCDC. Windows color (decimal): -2232703 or 8515293. OLE color: 8515293.

HSL color Cylindrical-coordinate representation of color #DDEE81: hue angle of 69.36º 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 #DDEE81 is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.

Color convert

RGB221238129-
CMYK0.0700.460.07
HSL69.36º76.22%71.96%-
HSV(B)69.36º45.8%93.33%-
XYZ64.3678.1132.45-
YUV220.4976.37128.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.59%
GREEN value IS 238 (93.36% from 255) = 40.48%
BLUE value IS 129 (50.78% from 255) = 21.94%
R=37.59%
G=40.48%
B=21.94%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381290.0700.460.0769.3676.2271.96
HexDDEE81702E7454c48
Octal33535620170567105114110
Binary1101110111101110100000011110101110111100010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE81; }

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

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

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

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

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

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

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

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