Shades of Mindaro #DEF87A
Tints of Mindaro #DEF87A
RGB
CMYK
RGB Variations
Color information
#DEF87A (or 0xDEF87A) is known color: Mindaro. HEX triplet: DE, F8 and 7A. RGB value is (222,248,122). Sum of RGB (Red+Green+Blue) = 222+248+122=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 122 (48.05% from 255 or 20.61% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF87A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF87A is #210785. Grayscale: #E2E2E2. Windows color (decimal): -2164614 or 8059102. OLE color: 8059102.
HSL color Cylindrical-coordinate representation of color #DEF87A: hue angle of 72.38º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DEF87A is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 122 | - |
| CMYK | 0.10 | 0 | 0.51 | 0.03 |
| HSL | 72.38º | 0.9% | 0.73% | - |
| HSV(B) | 72.38º | 0.51% | 0.97% | - |
| XYZ | 67.2 | 84.07 | 31.1 | - |
| YUV | 225.86 | 69.39 | 125.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 122 | 0.10 | 0 | 0.51 | 0.03 | 72.38 | 0.9 | 0.73 |
| Hex | DE | F8 | 7A | A | 0 | 33 | 3 | 48 | 5A | 49 |
| Octal | 336 | 370 | 172 | 12 | 0 | 63 | 3 | 110 | 132 | 111 |
| Binary | 11011110 | 11111000 | 1111010 | 1010 | 0 | 110011 | 11 | 1001000 | 1011010 | 1001001 |
Color Harmonies of #DEF87A
Complementary color
Monochromatic Colors of #DEF87A
Black with #DEF87A
Text Example
Text Example
White with #DEF87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF87A; }
p { color: rgb(222,248,122); }
H1.HeaderClassName
{
color: #DEF87A;
}
.AnyTagClassName
{
color: #DEF87A;
}
</style>
background-color css
<style>
a { background-color: #DEF87A; }
a { background-color: rgb(222,248,122); }
div.DivClassName
{
background-color: #DEF87A;
}
.BgClassName
{
background-color: #DEF87A;
}
</style>
border-color css
<style>
span { border-color: #DEF87A; }
span { border-color: rgb(222,248,122); }
td.TdClassName
{
border-color: #DEF87A;
}
.TagClassName
{
border-color: #DEF87A;
}
</style>