Shades of Mindaro #DDF77E
Tints of Mindaro #DDF77E
RGB
CMYK
RGB Variations
Color information
#DDF77E (or 0xDDF77E) is known color: Mindaro. HEX triplet: DD, F7 and 7E. RGB value is (221,247,126). Sum of RGB (Red+Green+Blue) = 221+247+126=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF77E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF77E is #220881. Grayscale: #E1E1E1. Windows color (decimal): -2230402 or 8320989. OLE color: 8320989.
HSL color Cylindrical-coordinate representation of color #DDF77E: hue angle of 72.89º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DDF77E is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 126 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 72.89º | 0.88% | 0.73% | - |
| HSV(B) | 72.89º | 0.49% | 0.97% | - |
| XYZ | 66.85 | 83.4 | 32.31 | - |
| YUV | 225.43 | 71.89 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 126 | 0.11 | 0 | 0.49 | 0.03 | 72.89 | 0.88 | 0.73 |
| Hex | DD | F7 | 7E | B | 0 | 31 | 3 | 49 | 58 | 49 |
| Octal | 335 | 367 | 176 | 13 | 0 | 61 | 3 | 111 | 130 | 111 |
| Binary | 11011101 | 11110111 | 1111110 | 1011 | 0 | 110001 | 11 | 1001001 | 1011000 | 1001001 |
Color Harmonies of #DDF77E
Complementary color
Monochromatic Colors of #DDF77E
Black with #DDF77E
Text Example
Text Example
White with #DDF77E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF77E; }
p { color: rgb(221,247,126); }
H1.HeaderClassName
{
color: #DDF77E;
}
.AnyTagClassName
{
color: #DDF77E;
}
</style>
background-color css
<style>
a { background-color: #DDF77E; }
a { background-color: rgb(221,247,126); }
div.DivClassName
{
background-color: #DDF77E;
}
.BgClassName
{
background-color: #DDF77E;
}
</style>
border-color css
<style>
span { border-color: #DDF77E; }
span { border-color: rgb(221,247,126); }
td.TdClassName
{
border-color: #DDF77E;
}
.TagClassName
{
border-color: #DDF77E;
}
</style>