Shades of Mindaro #DDF77D
Tints of Mindaro #DDF77D
RGB
CMYK
RGB Variations
Color information
#DDF77D (or 0xDDF77D) is known color: Mindaro. HEX triplet: DD, F7 and 7D. RGB value is (221,247,125). Sum of RGB (Red+Green+Blue) = 221+247+125=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 125 (49.22% from 255 or 21.08% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF77D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF77D is #220882. Grayscale: #E1E1E1. Windows color (decimal): -2230403 or 8255453. OLE color: 8255453.
HSL color Cylindrical-coordinate representation of color #DDF77D: hue angle of 72.79º 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 #DDF77D is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 125 | - |
| CMYK | 0.11 | 0 | 0.49 | 0.03 |
| HSL | 72.79º | 0.88% | 0.73% | - |
| HSV(B) | 72.79º | 0.49% | 0.97% | - |
| XYZ | 66.78 | 83.37 | 31.98 | - |
| YUV | 225.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 125 | 0.11 | 0 | 0.49 | 0.03 | 72.79 | 0.88 | 0.73 |
| Hex | DD | F7 | 7D | B | 0 | 31 | 3 | 49 | 58 | 49 |
| Octal | 335 | 367 | 175 | 13 | 0 | 61 | 3 | 111 | 130 | 111 |
| Binary | 11011101 | 11110111 | 1111101 | 1011 | 0 | 110001 | 11 | 1001001 | 1011000 | 1001001 |
Color Harmonies of #DDF77D
Complementary color
Monochromatic Colors of #DDF77D
Black with #DDF77D
Text Example
Text Example
White with #DDF77D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF77D; }
p { color: rgb(221,247,125); }
H1.HeaderClassName
{
color: #DDF77D;
}
.AnyTagClassName
{
color: #DDF77D;
}
</style>
background-color css
<style>
a { background-color: #DDF77D; }
a { background-color: rgb(221,247,125); }
div.DivClassName
{
background-color: #DDF77D;
}
.BgClassName
{
background-color: #DDF77D;
}
</style>
border-color css
<style>
span { border-color: #DDF77D; }
span { border-color: rgb(221,247,125); }
td.TdClassName
{
border-color: #DDF77D;
}
.TagClassName
{
border-color: #DDF77D;
}
</style>