#DDEB76

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

Shades of Mindaro #DDEB76

Tints of Mindaro #DDEB76

Color information

#DDEB76 (or 0xDDEB76) is unknown color: approx Mindaro. HEX triplet: DD, EB and 76. RGB value is (221,235,118). Sum of RGB (Red+Green+Blue) = 221+235+118=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 235 (92.19% from 255 or 40.94% from 574); Blue value is 118 (46.48% from 255 or 20.56% from 574); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEB76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDEB76 is #221489. Grayscale: #D9D9D9. Windows color (decimal): -2233482 or 7793629. OLE color: 7793629.

HSL color Cylindrical-coordinate representation of color #DDEB76: hue angle of 67.18º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDEB76 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB221235118-
CMYK0.0600.500.08
HSL67.18º74.52%69.22%-
HSV(B)67.18º49.79%92.16%-
XYZ62.876.128.52-
YUV217.4871.86130.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 235 (92.19% from 255) = 40.94%
BLUE value IS 118 (46.48% from 255) = 20.56%
R=38.50%
G=40.94%
B=20.56%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2212351180.0600.500.0867.1874.5269.22
HexDDEB7660328434b45
Octal335353166606210103113105
Binary1101110111101011111011011001100101000100001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDEB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDEB76; }

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

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

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

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

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

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

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

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