Shades of Mindaro #DDF876
Tints of Mindaro #DDF876
RGB
CMYK
RGB Variations
Color information
#DDF876 (or 0xDDF876) is known color: Mindaro. HEX triplet: DD, F8 and 76. RGB value is (221,248,118). Sum of RGB (Red+Green+Blue) = 221+248+118=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 248 (97.27% from 255 or 42.25% from 587); Blue value is 118 (46.48% from 255 or 20.10% from 587); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF876 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF876 is #220789. Grayscale: #E1E1E1. Windows color (decimal): -2230154 or 7796957. OLE color: 7796957.
HSL color Cylindrical-coordinate representation of color #DDF876: hue angle of 72.46º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDF876 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 118 | - |
| CMYK | 0.11 | 0 | 0.52 | 0.03 |
| HSL | 72.46º | 0.9% | 0.72% | - |
| HSV(B) | 72.46º | 0.52% | 0.97% | - |
| XYZ | 66.66 | 83.81 | 29.8 | - |
| YUV | 225.11 | 67.55 | 125.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 118 | 0.11 | 0 | 0.52 | 0.03 | 72.46 | 0.9 | 0.72 |
| Hex | DD | F8 | 76 | B | 0 | 34 | 3 | 48 | 5A | 48 |
| Octal | 335 | 370 | 166 | 13 | 0 | 64 | 3 | 110 | 132 | 110 |
| Binary | 11011101 | 11111000 | 1110110 | 1011 | 0 | 110100 | 11 | 1001000 | 1011010 | 1001000 |
Color Harmonies of #DDF876
Complementary color
Monochromatic Colors of #DDF876
Black with #DDF876
Text Example
Text Example
White with #DDF876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF876; }
p { color: rgb(221,248,118); }
H1.HeaderClassName
{
color: #DDF876;
}
.AnyTagClassName
{
color: #DDF876;
}
</style>
background-color css
<style>
a { background-color: #DDF876; }
a { background-color: rgb(221,248,118); }
div.DivClassName
{
background-color: #DDF876;
}
.BgClassName
{
background-color: #DDF876;
}
</style>
border-color css
<style>
span { border-color: #DDF876; }
span { border-color: rgb(221,248,118); }
td.TdClassName
{
border-color: #DDF876;
}
.TagClassName
{
border-color: #DDF876;
}
</style>