Shades of Mindaro #DEF87D
Tints of Mindaro #DEF87D
RGB
CMYK
RGB Variations
Color information
#DEF87D (or 0xDEF87D) is known color: Mindaro. HEX triplet: DE, F8 and 7D. RGB value is (222,248,125). Sum of RGB (Red+Green+Blue) = 222+248+125=595 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.31% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 125 (49.22% from 255 or 21.01% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF87D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF87D is #210782. Grayscale: #E2E2E2. Windows color (decimal): -2164611 or 8255710. OLE color: 8255710.
HSL color Cylindrical-coordinate representation of color #DEF87D: hue angle of 72.68º degrees, saturation: 0.9, 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 #DEF87D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 125 | - |
| CMYK | 0.10 | 0 | 0.50 | 0.03 |
| HSL | 72.68º | 0.9% | 0.73% | - |
| HSV(B) | 72.68º | 0.5% | 0.97% | - |
| XYZ | 67.39 | 84.15 | 32.09 | - |
| YUV | 226.2 | 70.89 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 125 | 0.10 | 0 | 0.50 | 0.03 | 72.68 | 0.9 | 0.73 |
| Hex | DE | F8 | 7D | A | 0 | 32 | 3 | 49 | 5A | 49 |
| Octal | 336 | 370 | 175 | 12 | 0 | 62 | 3 | 111 | 132 | 111 |
| Binary | 11011110 | 11111000 | 1111101 | 1010 | 0 | 110010 | 11 | 1001001 | 1011010 | 1001001 |
Color Harmonies of #DEF87D
Complementary color
Monochromatic Colors of #DEF87D
Black with #DEF87D
Text Example
Text Example
White with #DEF87D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF87D; }
p { color: rgb(222,248,125); }
H1.HeaderClassName
{
color: #DEF87D;
}
.AnyTagClassName
{
color: #DEF87D;
}
</style>
background-color css
<style>
a { background-color: #DEF87D; }
a { background-color: rgb(222,248,125); }
div.DivClassName
{
background-color: #DEF87D;
}
.BgClassName
{
background-color: #DEF87D;
}
</style>
border-color css
<style>
span { border-color: #DEF87D; }
span { border-color: rgb(222,248,125); }
td.TdClassName
{
border-color: #DEF87D;
}
.TagClassName
{
border-color: #DEF87D;
}
</style>