#DDEE82

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

Shades of Mindaro #DDEE82

Tints of Mindaro #DDEE82

Color information

#DDEE82 (or 0xDDEE82) is unknown color: approx Mindaro. HEX triplet: DD, EE and 82. RGB value is (221,238,130). Sum of RGB (Red+Green+Blue) = 221+238+130=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 238 (93.36% from 255 or 40.41% from 589); Blue value is 130 (51.17% from 255 or 22.07% from 589); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEE82 is #22117D. Grayscale: #DDDDDD. Windows color (decimal): -2232702 or 8580829. OLE color: 8580829.

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

Color convert

RGB221238130-
CMYK0.0700.450.07
HSL69.44º76.06%72.16%-
HSV(B)69.44º45.38%93.33%-
XYZ64.4278.1332.8-
YUV220.676.87128.28-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.52%
GREEN value IS 238 (93.36% from 255) = 40.41%
BLUE value IS 130 (51.17% from 255) = 22.07%
R=37.52%
G=40.41%
B=22.07%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381300.0700.450.0769.4476.0672.16
HexDDEE82702D7454c48
Octal33535620270557105114110
Binary1101110111101110100000101110101101111100010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE82; }

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

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

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

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

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

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

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

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