Shades of Mindaro #DDFC76
Tints of Mindaro #DDFC76
RGB
CMYK
RGB Variations
Color information
#DDFC76 (or 0xDDFC76) is known color: 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
| RGB | 221 | 252 | 118 | - |
| CMYK | 0.12 | 0 | 0.53 | 0.01 |
| HSL | 73.88º | 0.96% | 0.73% | - |
| HSV(B) | 73.88º | 0.53% | 0.99% | - |
| XYZ | 67.9 | 86.3 | 30.22 | - |
| YUV | 227.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 252 | 118 | 0.12 | 0 | 0.53 | 0.01 | 73.88 | 0.96 | 0.73 |
| Hex | DD | FC | 76 | C | 0 | 35 | 1 | 4A | 60 | 49 |
| Octal | 335 | 374 | 166 | 14 | 0 | 65 | 1 | 112 | 140 | 111 |
| Binary | 11011101 | 11111100 | 1110110 | 1100 | 0 | 110101 | 1 | 1001010 | 1100000 | 1001001 |
Color Harmonies of #DDFC76
Complementary color
Monochromatic Colors of #DDFC76
Black with #DDFC76
Text Example
Text Example
White with #DDFC76
Text Example
Text Example
HTML Codes & Css Web 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>