Shades of Mindaro #DEF577
Tints of Mindaro #DEF577
RGB
CMYK
RGB Variations
Color information
#DEF577 (or 0xDEF577) is known color: Mindaro. HEX triplet: DE, F5 and 77. RGB value is (222,245,119). Sum of RGB (Red+Green+Blue) = 222+245+119=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 245 (96.09% from 255 or 41.81% from 586); Blue value is 119 (46.88% from 255 or 20.31% from 586); Max value from RGB is 245 - color contains mainly: green. Hex color #DEF577 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF577 is #210A88. Grayscale: #E0E0E0. Windows color (decimal): -2165385 or 7861726. OLE color: 7861726.
HSL color Cylindrical-coordinate representation of color #DEF577: hue angle of 70.95º 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 #DEF577 is Cyan = 0.09, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 245 | 119 | - |
| CMYK | 0.09 | 0 | 0.51 | 0.04 |
| HSL | 70.95º | 0.86% | 0.71% | - |
| HSV(B) | 70.95º | 0.51% | 0.96% | - |
| XYZ | 66.11 | 82.17 | 29.83 | - |
| YUV | 223.76 | 68.88 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 245 | 119 | 0.09 | 0 | 0.51 | 0.04 | 70.95 | 0.86 | 0.71 |
| Hex | DE | F5 | 77 | 9 | 0 | 33 | 4 | 47 | 56 | 47 |
| Octal | 336 | 365 | 167 | 11 | 0 | 63 | 4 | 107 | 126 | 107 |
| Binary | 11011110 | 11110101 | 1110111 | 1001 | 0 | 110011 | 100 | 1000111 | 1010110 | 1000111 |
Color Harmonies of #DEF577
Complementary color
Monochromatic Colors of #DEF577
Black with #DEF577
Text Example
Text Example
White with #DEF577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF577; }
p { color: rgb(222,245,119); }
H1.HeaderClassName
{
color: #DEF577;
}
.AnyTagClassName
{
color: #DEF577;
}
</style>
background-color css
<style>
a { background-color: #DEF577; }
a { background-color: rgb(222,245,119); }
div.DivClassName
{
background-color: #DEF577;
}
.BgClassName
{
background-color: #DEF577;
}
</style>
border-color css
<style>
span { border-color: #DEF577; }
span { border-color: rgb(222,245,119); }
td.TdClassName
{
border-color: #DEF577;
}
.TagClassName
{
border-color: #DEF577;
}
</style>