Shades of Mindaro #DEF963
Tints of Mindaro #DEF963
RGB
CMYK
RGB Variations
Color information
#DEF963 (or 0xDEF963) is known color: Mindaro. HEX triplet: DE, F9 and 63. RGB value is (222,249,99). Sum of RGB (Red+Green+Blue) = 222+249+99=570 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.95% from 570); Green value is 249 (97.66% from 255 or 43.68% from 570); Blue value is 99 (39.06% from 255 or 17.37% from 570); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEF963 is #21069C. Grayscale: #E0E0E0. Windows color (decimal): -2164381 or 6552030. OLE color: 6552030.
HSL color Cylindrical-coordinate representation of color #DEF963: hue angle of 70.8º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DEF963 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 249 | 99 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.02 |
| HSL | 70.8º | 0.93% | 0.68% | - |
| HSV(B) | 70.8º | 0.6% | 0.98% | - |
| XYZ | 66.25 | 84.18 | 24.56 | - |
| YUV | 223.83 | 57.55 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 249 | 99 | 0.11 | 0 | 0.60 | 0.02 | 70.8 | 0.93 | 0.68 |
| Hex | DE | F9 | 63 | B | 0 | 3C | 2 | 47 | 5D | 44 |
| Octal | 336 | 371 | 143 | 13 | 0 | 74 | 2 | 107 | 135 | 104 |
| Binary | 11011110 | 11111001 | 1100011 | 1011 | 0 | 111100 | 10 | 1000111 | 1011101 | 1000100 |
Color Harmonies of #DEF963
Complementary color
Monochromatic Colors of #DEF963
Black with #DEF963
Text Example
Text Example
White with #DEF963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF963; }
p { color: rgb(222,249,99); }
H1.HeaderClassName
{
color: #DEF963;
}
.AnyTagClassName
{
color: #DEF963;
}
</style>
background-color css
<style>
a { background-color: #DEF963; }
a { background-color: rgb(222,249,99); }
div.DivClassName
{
background-color: #DEF963;
}
.BgClassName
{
background-color: #DEF963;
}
</style>
border-color css
<style>
span { border-color: #DEF963; }
span { border-color: rgb(222,249,99); }
td.TdClassName
{
border-color: #DEF963;
}
.TagClassName
{
border-color: #DEF963;
}
</style>