#DDFC76

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

Shades of Mindaro #DDFC76

Tints of Mindaro #DDFC76

Color information

#DDFC76 (or 0xDDFC76) is unknown color: approx Mindaro. HEX triplet: DD, FC and 76. RGB value is (221,252,118). Sum of RGB (Red+Green+Blue) = 221+252+118=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 252 (98.83% from 255 or 42.64% from 591); Blue value is 118 (46.48% from 255 or 19.97% from 591); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDFC76 is #220389. Grayscale: #E3E3E3. Windows color (decimal): -2229130 or 7797981. OLE color: 7797981.

HSL color Cylindrical-coordinate representation of color #DDFC76: hue angle of 73.88º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDFC76 is Cyan = 0.12, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.01.

Color convert

RGB221252118-
CMYK0.1200.530.01
HSL73.88º95.71%72.55%-
HSV(B)73.88º53.17%98.82%-
XYZ67.986.330.22-
YUV227.4666.23123.4-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 252 (98.83% from 255) = 42.64%
BLUE value IS 118 (46.48% from 255) = 19.97%
R=37.39%
G=42.64%
B=19.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521180.1200.530.0173.8895.7172.55
HexDDFC76C03514a6049
Octal335374166140651112140111
Binary11011101111111001110110110001101011100101011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC76; }

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

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

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

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

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

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

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

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