Shades of Mindaro #DDF76E
Tints of Mindaro #DDF76E
RGB
CMYK
RGB Variations
Color information
#DDF76E (or 0xDDF76E) is known color: Mindaro. HEX triplet: DD, F7 and 6E. RGB value is (221,247,110). Sum of RGB (Red+Green+Blue) = 221+247+110=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 247 (96.88% from 255 or 42.73% from 578); Blue value is 110 (43.36% from 255 or 19.03% from 578); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF76E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF76E is #220891. Grayscale: #E0E0E0. Windows color (decimal): -2230418 or 7272413. OLE color: 7272413.
HSL color Cylindrical-coordinate representation of color #DDF76E: hue angle of 71.39º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDF76E is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 110 | - |
| CMYK | 0.11 | 0 | 0.55 | 0.03 |
| HSL | 71.39º | 0.9% | 0.7% | - |
| HSV(B) | 71.39º | 0.55% | 0.97% | - |
| XYZ | 65.89 | 83.02 | 27.3 | - |
| YUV | 223.61 | 63.89 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 110 | 0.11 | 0 | 0.55 | 0.03 | 71.39 | 0.9 | 0.7 |
| Hex | DD | F7 | 6E | B | 0 | 37 | 3 | 47 | 5A | 46 |
| Octal | 335 | 367 | 156 | 13 | 0 | 67 | 3 | 107 | 132 | 106 |
| Binary | 11011101 | 11110111 | 1101110 | 1011 | 0 | 110111 | 11 | 1000111 | 1011010 | 1000110 |
Color Harmonies of #DDF76E
Complementary color
Monochromatic Colors of #DDF76E
Black with #DDF76E
Text Example
Text Example
White with #DDF76E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF76E; }
p { color: rgb(221,247,110); }
H1.HeaderClassName
{
color: #DDF76E;
}
.AnyTagClassName
{
color: #DDF76E;
}
</style>
background-color css
<style>
a { background-color: #DDF76E; }
a { background-color: rgb(221,247,110); }
div.DivClassName
{
background-color: #DDF76E;
}
.BgClassName
{
background-color: #DDF76E;
}
</style>
border-color css
<style>
span { border-color: #DDF76E; }
span { border-color: rgb(221,247,110); }
td.TdClassName
{
border-color: #DDF76E;
}
.TagClassName
{
border-color: #DDF76E;
}
</style>