#DDEE7C

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

Shades of Mindaro #DDEE7C

Tints of Mindaro #DDEE7C

Color information

#DDEE7C (or 0xDDEE7C) is unknown color: approx Mindaro. HEX triplet: DD, EE and 7C. RGB value is (221,238,124). Sum of RGB (Red+Green+Blue) = 221+238+124=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 238 (93.36% from 255 or 40.82% from 583); Blue value is 124 (48.83% from 255 or 21.27% from 583); Max value from RGB is 238 - color contains mainly: green. Hex color #DDEE7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEE7C is #221183. Grayscale: #DCDCDC. Windows color (decimal): -2232708 or 8187613. OLE color: 8187613.

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

Color convert

RGB221238124-
CMYK0.0700.480.07
HSL68.95º77.03%70.98%-
HSV(B)68.95º47.9%93.33%-
XYZ64.0377.9830.74-
YUV219.9273.87128.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.91%
GREEN value IS 238 (93.36% from 255) = 40.82%
BLUE value IS 124 (48.83% from 255) = 21.27%
R=37.91%
G=40.82%
B=21.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212381240.0700.480.0768.9577.0370.98
HexDDEE7C70307454d47
Octal33535617470607105115107
Binary110111011110111011111001110110000111100010110011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEE7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEE7C; }

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

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

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

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

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

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

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

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