#DDE576

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

Shades of Mindaro #DDE576

Tints of Mindaro #DDE576

Color information

#DDE576 (or 0xDDE576) is unknown color: approx Mindaro. HEX triplet: DD, E5 and 76. RGB value is (221,229,118). Sum of RGB (Red+Green+Blue) = 221+229+118=568 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.91% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 118 (46.48% from 255 or 20.77% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #DDE576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDE576 is #221A89. Grayscale: #D6D6D6. Windows color (decimal): -2235018 or 7792093. OLE color: 7792093.

HSL color Cylindrical-coordinate representation of color #DDE576: hue angle of 64.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DDE576 is Cyan = 0.03, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.10.

Color convert

RGB221229118-
CMYK0.0300.480.10
HSL64.32º68.1%68.04%-
HSV(B)64.32º48.47%89.8%-
XYZ61.1172.7227.95-
YUV213.9573.85133.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.91%
GREEN value IS 229 (89.84% from 255) = 40.32%
BLUE value IS 118 (46.48% from 255) = 20.77%
R=38.91%
G=40.32%
B=20.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2212291180.0300.480.1064.3268.168.04
HexDDE5763030A404444
Octal335345166306012100104104
Binary110111011110010111101101101100001010100000010001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE576; }

 p { color: rgb(221,229,118); }

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

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

 a { background-color: rgb(221,229,118); }

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

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

 span { border-color: rgb(221,229,118); }

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