Shades of Mindaro #DDF86B
Tints of Mindaro #DDF86B
RGB
CMYK
RGB Variations
Color information
#DDF86B (or 0xDDF86B) is known color: Mindaro. HEX triplet: DD, F8 and 6B. RGB value is (221,248,107). Sum of RGB (Red+Green+Blue) = 221+248+107=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 248 (97.27% from 255 or 43.06% from 576); Blue value is 107 (42.19% from 255 or 18.58% from 576); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF86B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF86B is #220794. Grayscale: #E0E0E0. Windows color (decimal): -2230165 or 7076061. OLE color: 7076061.
HSL color Cylindrical-coordinate representation of color #DDF86B: hue angle of 71.49º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDF86B is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 107 | - |
| CMYK | 0.11 | 0 | 0.57 | 0.03 |
| HSL | 71.49º | 0.91% | 0.7% | - |
| HSV(B) | 71.49º | 0.57% | 0.97% | - |
| XYZ | 66.04 | 83.57 | 26.56 | - |
| YUV | 223.85 | 62.05 | 125.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 107 | 0.11 | 0 | 0.57 | 0.03 | 71.49 | 0.91 | 0.7 |
| Hex | DD | F8 | 6B | B | 0 | 39 | 3 | 47 | 5B | 46 |
| Octal | 335 | 370 | 153 | 13 | 0 | 71 | 3 | 107 | 133 | 106 |
| Binary | 11011101 | 11111000 | 1101011 | 1011 | 0 | 111001 | 11 | 1000111 | 1011011 | 1000110 |
Color Harmonies of #DDF86B
Complementary color
Monochromatic Colors of #DDF86B
Black with #DDF86B
Text Example
Text Example
White with #DDF86B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF86B; }
p { color: rgb(221,248,107); }
H1.HeaderClassName
{
color: #DDF86B;
}
.AnyTagClassName
{
color: #DDF86B;
}
</style>
background-color css
<style>
a { background-color: #DDF86B; }
a { background-color: rgb(221,248,107); }
div.DivClassName
{
background-color: #DDF86B;
}
.BgClassName
{
background-color: #DDF86B;
}
</style>
border-color css
<style>
span { border-color: #DDF86B; }
span { border-color: rgb(221,248,107); }
td.TdClassName
{
border-color: #DDF86B;
}
.TagClassName
{
border-color: #DDF86B;
}
</style>