Shades of Mindaro #DEF77C
Tints of Mindaro #DEF77C
RGB
CMYK
RGB Variations
Color information
#DEF77C (or 0xDEF77C) is known color: Mindaro. HEX triplet: DE, F7 and 7C. RGB value is (222,247,124). Sum of RGB (Red+Green+Blue) = 222+247+124=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 124 (48.83% from 255 or 20.91% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #DEF77C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF77C is #210883. Grayscale: #E1E1E1. Windows color (decimal): -2164868 or 8189918. OLE color: 8189918.
HSL color Cylindrical-coordinate representation of color #DEF77C: hue angle of 72.2º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DEF77C is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 247 | 124 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.03 |
| HSL | 72.2º | 0.88% | 0.73% | - |
| HSV(B) | 72.2º | 0.5% | 0.97% | - |
| XYZ | 67.02 | 83.51 | 31.65 | - |
| YUV | 225.5 | 70.72 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 247 | 124 | 0.10 | 0 | 0.50 | 0.03 | 72.2 | 0.88 | 0.73 |
| Hex | DE | F7 | 7C | A | 0 | 32 | 3 | 48 | 58 | 49 |
| Octal | 336 | 367 | 174 | 12 | 0 | 62 | 3 | 110 | 130 | 111 |
| Binary | 11011110 | 11110111 | 1111100 | 1010 | 0 | 110010 | 11 | 1001000 | 1011000 | 1001001 |
Color Harmonies of #DEF77C
Complementary color
Monochromatic Colors of #DEF77C
Black with #DEF77C
Text Example
Text Example
White with #DEF77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF77C; }
p { color: rgb(222,247,124); }
H1.HeaderClassName
{
color: #DEF77C;
}
.AnyTagClassName
{
color: #DEF77C;
}
</style>
background-color css
<style>
a { background-color: #DEF77C; }
a { background-color: rgb(222,247,124); }
div.DivClassName
{
background-color: #DEF77C;
}
.BgClassName
{
background-color: #DEF77C;
}
</style>
border-color css
<style>
span { border-color: #DEF77C; }
span { border-color: rgb(222,247,124); }
td.TdClassName
{
border-color: #DEF77C;
}
.TagClassName
{
border-color: #DEF77C;
}
</style>