Shades of Mindaro #DDF07F
Tints of Mindaro #DDF07F
RGB
CMYK
RGB Variations
Color information
#DDF07F (or 0xDDF07F) is known color: Mindaro. HEX triplet: DD, F0 and 7F. RGB value is (221,240,127). Sum of RGB (Red+Green+Blue) = 221+240+127=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 240 (94.14% from 255 or 40.82% from 588); Blue value is 127 (50% from 255 or 21.60% from 588); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF07F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF07F is #220F80. Grayscale: #DDDDDD. Windows color (decimal): -2232193 or 8384733. OLE color: 8384733.
HSL color Cylindrical-coordinate representation of color #DDF07F: hue angle of 70.09º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DDF07F is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 240 | 127 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.06 |
| HSL | 70.09º | 0.79% | 0.72% | - |
| HSV(B) | 70.09º | 0.47% | 0.94% | - |
| XYZ | 64.81 | 79.22 | 31.95 | - |
| YUV | 221.44 | 74.71 | 127.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 240 | 127 | 0.08 | 0 | 0.47 | 0.06 | 70.09 | 0.79 | 0.72 |
| Hex | DD | F0 | 7F | 8 | 0 | 2F | 6 | 46 | 4F | 48 |
| Octal | 335 | 360 | 177 | 10 | 0 | 57 | 6 | 106 | 117 | 110 |
| Binary | 11011101 | 11110000 | 1111111 | 1000 | 0 | 101111 | 110 | 1000110 | 1001111 | 1001000 |
Color Harmonies of #DDF07F
Complementary color
Monochromatic Colors of #DDF07F
Black with #DDF07F
Text Example
Text Example
White with #DDF07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF07F; }
p { color: rgb(221,240,127); }
H1.HeaderClassName
{
color: #DDF07F;
}
.AnyTagClassName
{
color: #DDF07F;
}
</style>
background-color css
<style>
a { background-color: #DDF07F; }
a { background-color: rgb(221,240,127); }
div.DivClassName
{
background-color: #DDF07F;
}
.BgClassName
{
background-color: #DDF07F;
}
</style>
border-color css
<style>
span { border-color: #DDF07F; }
span { border-color: rgb(221,240,127); }
td.TdClassName
{
border-color: #DDF07F;
}
.TagClassName
{
border-color: #DDF07F;
}
</style>