Shades of Mindaro #DEF881
Tints of Mindaro #DEF881
RGB
CMYK
RGB Variations
Color information
#DEF881 (or 0xDEF881) is known color: Mindaro. HEX triplet: DE, F8 and 81. RGB value is (222,248,129). Sum of RGB (Red+Green+Blue) = 222+248+129=599 (79% of max value = 765). Red value is 222 (87.11% from 255 or 37.06% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 129 (50.78% from 255 or 21.54% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF881 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF881 is #21077E. Grayscale: #E3E3E3. Windows color (decimal): -2164607 or 8517854. OLE color: 8517854.
HSL color Cylindrical-coordinate representation of color #DEF881: hue angle of 73.11º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DEF881 is Cyan = 0.10, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 129 | - |
| CMYK | 0.10 | 0 | 0.48 | 0.03 |
| HSL | 73.11º | 0.89% | 0.74% | - |
| HSV(B) | 73.11º | 0.48% | 0.97% | - |
| XYZ | 67.65 | 84.25 | 33.46 | - |
| YUV | 226.66 | 72.89 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 129 | 0.10 | 0 | 0.48 | 0.03 | 73.11 | 0.89 | 0.74 |
| Hex | DE | F8 | 81 | A | 0 | 30 | 3 | 49 | 59 | 4A |
| Octal | 336 | 370 | 201 | 12 | 0 | 60 | 3 | 111 | 131 | 112 |
| Binary | 11011110 | 11111000 | 10000001 | 1010 | 0 | 110000 | 11 | 1001001 | 1011001 | 1001010 |
Color Harmonies of #DEF881
Complementary color
Monochromatic Colors of #DEF881
Black with #DEF881
Text Example
Text Example
White with #DEF881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF881; }
p { color: rgb(222,248,129); }
H1.HeaderClassName
{
color: #DEF881;
}
.AnyTagClassName
{
color: #DEF881;
}
</style>
background-color css
<style>
a { background-color: #DEF881; }
a { background-color: rgb(222,248,129); }
div.DivClassName
{
background-color: #DEF881;
}
.BgClassName
{
background-color: #DEF881;
}
</style>
border-color css
<style>
span { border-color: #DEF881; }
span { border-color: rgb(222,248,129); }
td.TdClassName
{
border-color: #DEF881;
}
.TagClassName
{
border-color: #DEF881;
}
</style>