Shades of Mindaro #DDF77A
Tints of Mindaro #DDF77A
RGB
CMYK
RGB Variations
Color information
#DDF77A (or 0xDDF77A) is known color: Mindaro. HEX triplet: DD, F7 and 7A. RGB value is (221,247,122). Sum of RGB (Red+Green+Blue) = 221+247+122=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 247 (96.88% from 255 or 41.86% from 590); Blue value is 122 (48.05% from 255 or 20.68% from 590); Max value from RGB is 247 - color contains mainly: green. Hex color #DDF77A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF77A is #220885. Grayscale: #E1E1E1. Windows color (decimal): -2230406 or 8058845. OLE color: 8058845.
HSL color Cylindrical-coordinate representation of color #DDF77A: hue angle of 72.48º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF77A is Cyan = 0.11, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 221 | 247 | 122 | - |
| CMYK | 0.11 | 0 | 0.51 | 0.03 |
| HSL | 72.48º | 0.89% | 0.72% | - |
| HSV(B) | 72.48º | 0.51% | 0.97% | - |
| XYZ | 66.59 | 83.3 | 30.98 | - |
| YUV | 224.98 | 69.89 | 125.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 247 | 122 | 0.11 | 0 | 0.51 | 0.03 | 72.48 | 0.89 | 0.72 |
| Hex | DD | F7 | 7A | B | 0 | 33 | 3 | 48 | 59 | 48 |
| Octal | 335 | 367 | 172 | 13 | 0 | 63 | 3 | 110 | 131 | 110 |
| Binary | 11011101 | 11110111 | 1111010 | 1011 | 0 | 110011 | 11 | 1001000 | 1011001 | 1001000 |
Color Harmonies of #DDF77A
Complementary color
Monochromatic Colors of #DDF77A
Black with #DDF77A
Text Example
Text Example
White with #DDF77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF77A; }
p { color: rgb(221,247,122); }
H1.HeaderClassName
{
color: #DDF77A;
}
.AnyTagClassName
{
color: #DDF77A;
}
</style>
background-color css
<style>
a { background-color: #DDF77A; }
a { background-color: rgb(221,247,122); }
div.DivClassName
{
background-color: #DDF77A;
}
.BgClassName
{
background-color: #DDF77A;
}
</style>
border-color css
<style>
span { border-color: #DDF77A; }
span { border-color: rgb(221,247,122); }
td.TdClassName
{
border-color: #DDF77A;
}
.TagClassName
{
border-color: #DDF77A;
}
</style>