Shades of Mindaro #DDF868
Tints of Mindaro #DDF868
RGB
CMYK
RGB Variations
Color information
#DDF868 (or 0xDDF868) is known color: Mindaro. HEX triplet: DD, F8 and 68. RGB value is (221,248,104). Sum of RGB (Red+Green+Blue) = 221+248+104=573 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.57% from 573); Green value is 248 (97.27% from 255 or 43.28% from 573); Blue value is 104 (41.02% from 255 or 18.15% from 573); Max value from RGB is 248 - color contains mainly: green. Hex color #DDF868 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF868 is #220797. Grayscale: #E0E0E0. Windows color (decimal): -2230168 or 6879453. OLE color: 6879453.
HSL color Cylindrical-coordinate representation of color #DDF868: hue angle of 71.25º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDF868 is Cyan = 0.11, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 248 | 104 | - |
| CMYK | 0.11 | 0 | 0.58 | 0.03 |
| HSL | 71.25º | 0.91% | 0.69% | - |
| HSV(B) | 71.25º | 0.58% | 0.97% | - |
| XYZ | 65.88 | 83.51 | 25.74 | - |
| YUV | 223.51 | 60.55 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 248 | 104 | 0.11 | 0 | 0.58 | 0.03 | 71.25 | 0.91 | 0.69 |
| Hex | DD | F8 | 68 | B | 0 | 3A | 3 | 47 | 5B | 45 |
| Octal | 335 | 370 | 150 | 13 | 0 | 72 | 3 | 107 | 133 | 105 |
| Binary | 11011101 | 11111000 | 1101000 | 1011 | 0 | 111010 | 11 | 1000111 | 1011011 | 1000101 |
Color Harmonies of #DDF868
Complementary color
Monochromatic Colors of #DDF868
Black with #DDF868
Text Example
Text Example
White with #DDF868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF868; }
p { color: rgb(221,248,104); }
H1.HeaderClassName
{
color: #DDF868;
}
.AnyTagClassName
{
color: #DDF868;
}
</style>
background-color css
<style>
a { background-color: #DDF868; }
a { background-color: rgb(221,248,104); }
div.DivClassName
{
background-color: #DDF868;
}
.BgClassName
{
background-color: #DDF868;
}
</style>
border-color css
<style>
span { border-color: #DDF868; }
span { border-color: rgb(221,248,104); }
td.TdClassName
{
border-color: #DDF868;
}
.TagClassName
{
border-color: #DDF868;
}
</style>