Shades of Mindaro #DEFE76
Tints of Mindaro #DEFE76
RGB
CMYK
RGB Variations
Color information
#DEFE76 (or 0xDEFE76) is known color: Mindaro. HEX triplet: DE, FE and 76. RGB value is (222,254,118). Sum of RGB (Red+Green+Blue) = 222+254+118=594 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.37% from 594); Green value is 254 (99.61% from 255 or 42.76% from 594); Blue value is 118 (46.48% from 255 or 19.87% from 594); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFE76 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFE76 is #210189. Grayscale: #E5E5E5. Windows color (decimal): -2163082 or 7798494. OLE color: 7798494.
HSL color Cylindrical-coordinate representation of color #DEFE76: hue angle of 74.12º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DEFE76 is Cyan = 0.13, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 222 | 254 | 118 | - |
| CMYK | 0.13 | 0 | 0.54 | 0.00 |
| HSL | 74.12º | 0.99% | 0.73% | - |
| HSV(B) | 74.12º | 0.54% | 1% | - |
| XYZ | 68.84 | 87.72 | 30.44 | - |
| YUV | 228.93 | 65.4 | 123.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 254 | 118 | 0.13 | 0 | 0.54 | 0.00 | 74.12 | 0.99 | 0.73 |
| Hex | DE | FE | 76 | D | 0 | 36 | 0 | 4A | 63 | 49 |
| Octal | 336 | 376 | 166 | 15 | 0 | 66 | 0 | 112 | 143 | 111 |
| Binary | 11011110 | 11111110 | 1110110 | 1101 | 0 | 110110 | 0 | 1001010 | 1100011 | 1001001 |
Color Harmonies of #DEFE76
Complementary color
Monochromatic Colors of #DEFE76
Black with #DEFE76
Text Example
Text Example
White with #DEFE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFE76; }
p { color: rgb(222,254,118); }
H1.HeaderClassName
{
color: #DEFE76;
}
.AnyTagClassName
{
color: #DEFE76;
}
</style>
background-color css
<style>
a { background-color: #DEFE76; }
a { background-color: rgb(222,254,118); }
div.DivClassName
{
background-color: #DEFE76;
}
.BgClassName
{
background-color: #DEFE76;
}
</style>
border-color css
<style>
span { border-color: #DEFE76; }
span { border-color: rgb(222,254,118); }
td.TdClassName
{
border-color: #DEFE76;
}
.TagClassName
{
border-color: #DEFE76;
}
</style>