Shades of Mindaro #DEF663
Tints of Mindaro #DEF663
RGB
CMYK
RGB Variations
Color information
#DEF663 (or 0xDEF663) is known color: Mindaro. HEX triplet: DE, F6 and 63. RGB value is (222,246,99). Sum of RGB (Red+Green+Blue) = 222+246+99=567 (75% of max value = 765). Red value is 222 (87.11% from 255 or 39.15% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 99 (39.06% from 255 or 17.46% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF663 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF663 is #21099C. Grayscale: #DEDEDE. Windows color (decimal): -2165149 or 6551262. OLE color: 6551262.
HSL color Cylindrical-coordinate representation of color #DEF663: hue angle of 69.8º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEF663 is Cyan = 0.10, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 246 | 99 | - |
| CMYK | 0.10 | 0 | 0.60 | 0.04 |
| HSL | 69.8º | 0.89% | 0.68% | - |
| HSV(B) | 69.8º | 0.6% | 0.96% | - |
| XYZ | 65.33 | 82.34 | 24.25 | - |
| YUV | 222.07 | 58.55 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 246 | 99 | 0.10 | 0 | 0.60 | 0.04 | 69.8 | 0.89 | 0.68 |
| Hex | DE | F6 | 63 | A | 0 | 3C | 4 | 46 | 59 | 44 |
| Octal | 336 | 366 | 143 | 12 | 0 | 74 | 4 | 106 | 131 | 104 |
| Binary | 11011110 | 11110110 | 1100011 | 1010 | 0 | 111100 | 100 | 1000110 | 1011001 | 1000100 |
Color Harmonies of #DEF663
Complementary color
Monochromatic Colors of #DEF663
Black with #DEF663
Text Example
Text Example
White with #DEF663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF663; }
p { color: rgb(222,246,99); }
H1.HeaderClassName
{
color: #DEF663;
}
.AnyTagClassName
{
color: #DEF663;
}
</style>
background-color css
<style>
a { background-color: #DEF663; }
a { background-color: rgb(222,246,99); }
div.DivClassName
{
background-color: #DEF663;
}
.BgClassName
{
background-color: #DEF663;
}
</style>
border-color css
<style>
span { border-color: #DEF663; }
span { border-color: rgb(222,246,99); }
td.TdClassName
{
border-color: #DEF663;
}
.TagClassName
{
border-color: #DEF663;
}
</style>