Shades of Mindaro #DDF879
Tints of Mindaro #DDF879
RGB
CMYK
RGB Variations
Color information
#DDF879 (or 0xDDF879) is known color: Mindaro. HEX triplet: DD, F8 and 79. RGB value is (221,248,121). Sum of RGB (Red+Green+Blue) = 221+248+121=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 248 (97.27% from 255 or 42.03% from 590); Blue value is 121 (47.66% from 255 or 20.51% from 590); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF879 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF879 is #220786. Grayscale: #E1E1E1. Windows color (decimal): -2230151 or 7993565. OLE color: 7993565.
HSL color Cylindrical-coordinate representation of color #DDF879: hue angle of 72.76º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF879 is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 121 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 72.76º | 0.9% | 0.72% | - |
| HSV(B) | 72.76º | 0.51% | 0.97% | - |
| XYZ | 66.84 | 83.89 | 30.76 | - |
| YUV | 225.45 | 69.05 | 124.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 121 | 0.11 | 0 | 0.51 | 0.03 | 72.76 | 0.9 | 0.72 |
| Hex | DD | F8 | 79 | B | 0 | 33 | 3 | 49 | 5A | 48 |
| Octal | 335 | 370 | 171 | 13 | 0 | 63 | 3 | 111 | 132 | 110 |
| Binary | 11011101 | 11111000 | 1111001 | 1011 | 0 | 110011 | 11 | 1001001 | 1011010 | 1001000 |
Color Harmonies of #DDF879
Complementary color
Monochromatic Colors of #DDF879
Black with #DDF879
Text Example
Text Example
White with #DDF879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF879; }
p { color: rgb(221,248,121); }
H1.HeaderClassName
{
color: #DDF879;
}
.AnyTagClassName
{
color: #DDF879;
}
</style>
background-color css
<style>
a { background-color: #DDF879; }
a { background-color: rgb(221,248,121); }
div.DivClassName
{
background-color: #DDF879;
}
.BgClassName
{
background-color: #DDF879;
}
</style>
border-color css
<style>
span { border-color: #DDF879; }
span { border-color: rgb(221,248,121); }
td.TdClassName
{
border-color: #DDF879;
}
.TagClassName
{
border-color: #DDF879;
}
</style>