Shades of Mindaro #DEF870
Tints of Mindaro #DEF870
RGB
CMYK
RGB Variations
Color information
#DEF870 (or 0xDEF870) is known color: Mindaro. HEX triplet: DE, F8 and 70. RGB value is (222,248,112). Sum of RGB (Red+Green+Blue) = 222+248+112=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 248 (97.27% from 255 or 42.61% from 582); Blue value is 112 (44.14% from 255 or 19.24% from 582); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF870 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF870 is #21078F. Grayscale: #E1E1E1. Windows color (decimal): -2164624 or 7403742. OLE color: 7403742.
HSL color Cylindrical-coordinate representation of color #DEF870: hue angle of 71.47º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DEF870 is Cyan = 0.10, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 112 | - |
| CMYK | 0.10 | 0 | 0.55 | 0.03 |
| HSL | 71.47º | 0.91% | 0.71% | - |
| HSV(B) | 71.47º | 0.55% | 0.97% | - |
| XYZ | 66.62 | 83.83 | 28 | - |
| YUV | 224.72 | 64.39 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 112 | 0.10 | 0 | 0.55 | 0.03 | 71.47 | 0.91 | 0.71 |
| Hex | DE | F8 | 70 | A | 0 | 37 | 3 | 47 | 5B | 47 |
| Octal | 336 | 370 | 160 | 12 | 0 | 67 | 3 | 107 | 133 | 107 |
| Binary | 11011110 | 11111000 | 1110000 | 1010 | 0 | 110111 | 11 | 1000111 | 1011011 | 1000111 |
Color Harmonies of #DEF870
Complementary color
Monochromatic Colors of #DEF870
Black with #DEF870
Text Example
Text Example
White with #DEF870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF870; }
p { color: rgb(222,248,112); }
H1.HeaderClassName
{
color: #DEF870;
}
.AnyTagClassName
{
color: #DEF870;
}
</style>
background-color css
<style>
a { background-color: #DEF870; }
a { background-color: rgb(222,248,112); }
div.DivClassName
{
background-color: #DEF870;
}
.BgClassName
{
background-color: #DEF870;
}
</style>
border-color css
<style>
span { border-color: #DEF870; }
span { border-color: rgb(222,248,112); }
td.TdClassName
{
border-color: #DEF870;
}
.TagClassName
{
border-color: #DEF870;
}
</style>