Shades of Mindaro #DEF777
Tints of Mindaro #DEF777
RGB
CMYK
RGB Variations
Color information
#DEF777 (or 0xDEF777) is known color: Mindaro. HEX triplet: DE, F7 and 77. RGB value is (222,247,119). Sum of RGB (Red+Green+Blue) = 222+247+119=588 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.76% from 588); Green value is 247 (96.88% from 255 or 42.01% from 588); Blue value is 119 (46.88% from 255 or 20.24% from 588); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF777 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF777 is #210888. Grayscale: #E1E1E1. Windows color (decimal): -2164873 or 7862238. OLE color: 7862238.
HSL color Cylindrical-coordinate representation of color #DEF777: hue angle of 71.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DEF777 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 119 | - |
| CMYK | 0.10 | 0 | 0.52 | 0.03 |
| HSL | 71.72º | 0.89% | 0.72% | - |
| HSV(B) | 71.72º | 0.52% | 0.97% | - |
| XYZ | 66.71 | 83.38 | 30.03 | - |
| YUV | 224.93 | 68.22 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 119 | 0.10 | 0 | 0.52 | 0.03 | 71.72 | 0.89 | 0.72 |
| Hex | DE | F7 | 77 | A | 0 | 34 | 3 | 48 | 59 | 48 |
| Octal | 336 | 367 | 167 | 12 | 0 | 64 | 3 | 110 | 131 | 110 |
| Binary | 11011110 | 11110111 | 1110111 | 1010 | 0 | 110100 | 11 | 1001000 | 1011001 | 1001000 |
Color Harmonies of #DEF777
Complementary color
Monochromatic Colors of #DEF777
Black with #DEF777
Text Example
Text Example
White with #DEF777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF777; }
p { color: rgb(222,247,119); }
H1.HeaderClassName
{
color: #DEF777;
}
.AnyTagClassName
{
color: #DEF777;
}
</style>
background-color css
<style>
a { background-color: #DEF777; }
a { background-color: rgb(222,247,119); }
div.DivClassName
{
background-color: #DEF777;
}
.BgClassName
{
background-color: #DEF777;
}
</style>
border-color css
<style>
span { border-color: #DEF777; }
span { border-color: rgb(222,247,119); }
td.TdClassName
{
border-color: #DEF777;
}
.TagClassName
{
border-color: #DEF777;
}
</style>