Shades of Mindaro #DDF57A
Tints of Mindaro #DDF57A
RGB
CMYK
RGB Variations
Color information
#DDF57A (or 0xDDF57A) is known color: Mindaro. HEX triplet: DD, F5 and 7A. RGB value is (221,245,122). Sum of RGB (Red+Green+Blue) = 221+245+122=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 122 (48.05% from 255 or 20.75% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF57A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF57A is #220A85. Grayscale: #E0E0E0. Windows color (decimal): -2230918 or 8058333. OLE color: 8058333.
HSL color Cylindrical-coordinate representation of color #DDF57A: hue angle of 71.71º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDF57A is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 122 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.04 |
| HSL | 71.71º | 0.86% | 0.72% | - |
| HSV(B) | 71.71º | 0.5% | 0.96% | - |
| XYZ | 65.98 | 82.08 | 30.78 | - |
| YUV | 223.8 | 70.55 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 122 | 0.10 | 0 | 0.50 | 0.04 | 71.71 | 0.86 | 0.72 |
| Hex | DD | F5 | 7A | A | 0 | 32 | 4 | 48 | 56 | 48 |
| Octal | 335 | 365 | 172 | 12 | 0 | 62 | 4 | 110 | 126 | 110 |
| Binary | 11011101 | 11110101 | 1111010 | 1010 | 0 | 110010 | 100 | 1001000 | 1010110 | 1001000 |
Color Harmonies of #DDF57A
Complementary color
Monochromatic Colors of #DDF57A
Black with #DDF57A
Text Example
Text Example
White with #DDF57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF57A; }
p { color: rgb(221,245,122); }
H1.HeaderClassName
{
color: #DDF57A;
}
.AnyTagClassName
{
color: #DDF57A;
}
</style>
background-color css
<style>
a { background-color: #DDF57A; }
a { background-color: rgb(221,245,122); }
div.DivClassName
{
background-color: #DDF57A;
}
.BgClassName
{
background-color: #DDF57A;
}
</style>
border-color css
<style>
span { border-color: #DDF57A; }
span { border-color: rgb(221,245,122); }
td.TdClassName
{
border-color: #DDF57A;
}
.TagClassName
{
border-color: #DDF57A;
}
</style>