Shades of Mindaro #DEF865
Tints of Mindaro #DEF865
RGB
CMYK
RGB Variations
Color information
#DEF865 (or 0xDEF865) is known color: Mindaro. HEX triplet: DE, F8 and 65. RGB value is (222,248,101). Sum of RGB (Red+Green+Blue) = 222+248+101=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 248 (97.27% from 255 or 43.43% from 571); Blue value is 101 (39.84% from 255 or 17.69% from 571); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF865 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF865 is #21079A. Grayscale: #E0E0E0. Windows color (decimal): -2164635 or 6682846. OLE color: 6682846.
HSL color Cylindrical-coordinate representation of color #DEF865: hue angle of 70.61º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DEF865 is Cyan = 0.10, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 222 | 248 | 101 | - |
| CMYK | 0.10 | 0 | 0.59 | 0.03 |
| HSL | 70.61º | 0.91% | 0.68% | - |
| HSV(B) | 70.61º | 0.59% | 0.97% | - |
| XYZ | 66.04 | 83.6 | 24.97 | - |
| YUV | 223.47 | 58.89 | 126.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 248 | 101 | 0.10 | 0 | 0.59 | 0.03 | 70.61 | 0.91 | 0.68 |
| Hex | DE | F8 | 65 | A | 0 | 3B | 3 | 47 | 5B | 44 |
| Octal | 336 | 370 | 145 | 12 | 0 | 73 | 3 | 107 | 133 | 104 |
| Binary | 11011110 | 11111000 | 1100101 | 1010 | 0 | 111011 | 11 | 1000111 | 1011011 | 1000100 |
Color Harmonies of #DEF865
Complementary color
Monochromatic Colors of #DEF865
Black with #DEF865
Text Example
Text Example
White with #DEF865
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF865; }
p { color: rgb(222,248,101); }
H1.HeaderClassName
{
color: #DEF865;
}
.AnyTagClassName
{
color: #DEF865;
}
</style>
background-color css
<style>
a { background-color: #DEF865; }
a { background-color: rgb(222,248,101); }
div.DivClassName
{
background-color: #DEF865;
}
.BgClassName
{
background-color: #DEF865;
}
</style>
border-color css
<style>
span { border-color: #DEF865; }
span { border-color: rgb(222,248,101); }
td.TdClassName
{
border-color: #DEF865;
}
.TagClassName
{
border-color: #DEF865;
}
</style>