Shades of Mindaro #DDF577
Tints of Mindaro #DDF577
RGB
CMYK
RGB Variations
Color information
#DDF577 (or 0xDDF577) is known color: Mindaro. HEX triplet: DD, F5 and 77. RGB value is (221,245,119). Sum of RGB (Red+Green+Blue) = 221+245+119=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 245 (96.09% from 255 or 41.88% from 585); Blue value is 119 (46.88% from 255 or 20.34% from 585); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF577 is #220A88. Grayscale: #DFDFDF. Windows color (decimal): -2230921 or 7861725. OLE color: 7861725.
HSL color Cylindrical-coordinate representation of color #DDF577: hue angle of 71.43º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDF577 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 245 | 119 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.04 |
| HSL | 71.43º | 0.86% | 0.71% | - |
| HSV(B) | 71.43º | 0.51% | 0.96% | - |
| XYZ | 65.8 | 82.01 | 29.81 | - |
| YUV | 223.46 | 69.05 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 245 | 119 | 0.10 | 0 | 0.51 | 0.04 | 71.43 | 0.86 | 0.71 |
| Hex | DD | F5 | 77 | A | 0 | 33 | 4 | 47 | 56 | 47 |
| Octal | 335 | 365 | 167 | 12 | 0 | 63 | 4 | 107 | 126 | 107 |
| Binary | 11011101 | 11110101 | 1110111 | 1010 | 0 | 110011 | 100 | 1000111 | 1010110 | 1000111 |
Color Harmonies of #DDF577
Complementary color
Monochromatic Colors of #DDF577
Black with #DDF577
Text Example
Text Example
White with #DDF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF577; }
p { color: rgb(221,245,119); }
H1.HeaderClassName
{
color: #DDF577;
}
.AnyTagClassName
{
color: #DDF577;
}
</style>
background-color css
<style>
a { background-color: #DDF577; }
a { background-color: rgb(221,245,119); }
div.DivClassName
{
background-color: #DDF577;
}
.BgClassName
{
background-color: #DDF577;
}
</style>
border-color css
<style>
span { border-color: #DDF577; }
span { border-color: rgb(221,245,119); }
td.TdClassName
{
border-color: #DDF577;
}
.TagClassName
{
border-color: #DDF577;
}
</style>