Shades of Mindaro #DDF86C
Tints of Mindaro #DDF86C
RGB
CMYK
RGB Variations
Color information
#DDF86C (or 0xDDF86C) is known color: Mindaro. HEX triplet: DD, F8 and 6C. RGB value is (221,248,108). Sum of RGB (Red+Green+Blue) = 221+248+108=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 248 (97.27% from 255 or 42.98% from 577); Blue value is 108 (42.58% from 255 or 18.72% from 577); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86C is #220793. Grayscale: #E0E0E0. Windows color (decimal): -2230164 or 7141597. OLE color: 7141597.
HSL color Cylindrical-coordinate representation of color #DDF86C: hue angle of 71.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDF86C is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 108 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.03 |
| HSL | 71.57º | 0.91% | 0.7% | - |
| HSV(B) | 71.57º | 0.56% | 0.97% | - |
| XYZ | 66.09 | 83.59 | 26.84 | - |
| YUV | 223.97 | 62.55 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 108 | 0.11 | 0 | 0.56 | 0.03 | 71.57 | 0.91 | 0.7 |
| Hex | DD | F8 | 6C | B | 0 | 38 | 3 | 48 | 5B | 46 |
| Octal | 335 | 370 | 154 | 13 | 0 | 70 | 3 | 110 | 133 | 106 |
| Binary | 11011101 | 11111000 | 1101100 | 1011 | 0 | 111000 | 11 | 1001000 | 1011011 | 1000110 |
Color Harmonies of #DDF86C
Complementary color
Monochromatic Colors of #DDF86C
Black with #DDF86C
Text Example
Text Example
White with #DDF86C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF86C; }
p { color: rgb(221,248,108); }
H1.HeaderClassName
{
color: #DDF86C;
}
.AnyTagClassName
{
color: #DDF86C;
}
</style>
background-color css
<style>
a { background-color: #DDF86C; }
a { background-color: rgb(221,248,108); }
div.DivClassName
{
background-color: #DDF86C;
}
.BgClassName
{
background-color: #DDF86C;
}
</style>
border-color css
<style>
span { border-color: #DDF86C; }
span { border-color: rgb(221,248,108); }
td.TdClassName
{
border-color: #DDF86C;
}
.TagClassName
{
border-color: #DDF86C;
}
</style>