Shades of Mindaro #DEFA63
Tints of Mindaro #DEFA63
RGB
CMYK
RGB Variations
Color information
#DEFA63 (or 0xDEFA63) is known color: Mindaro. HEX triplet: DE, FA and 63. RGB value is (222,250,99). Sum of RGB (Red+Green+Blue) = 222+250+99=571 (75% of max value = 765). Red value is 222 (87.11% from 255 or 38.88% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 99 (39.06% from 255 or 17.34% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFA63 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DEFA63 is #21059C. Grayscale: #E0E0E0. Windows color (decimal): -2164125 or 6552286. OLE color: 6552286.
HSL color Cylindrical-coordinate representation of color #DEFA63: hue angle of 71.13º degrees, saturation: 0.94, 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 #DEFA63 is Cyan = 0.11, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 222 | 250 | 99 | - |
| CMYK | 0.11 | 0 | 0.60 | 0.02 |
| HSL | 71.13º | 0.94% | 0.68% | - |
| HSV(B) | 71.13º | 0.6% | 0.98% | - |
| XYZ | 66.56 | 84.8 | 24.66 | - |
| YUV | 224.41 | 57.22 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 250 | 99 | 0.11 | 0 | 0.60 | 0.02 | 71.13 | 0.94 | 0.68 |
| Hex | DE | FA | 63 | B | 0 | 3C | 2 | 47 | 5E | 44 |
| Octal | 336 | 372 | 143 | 13 | 0 | 74 | 2 | 107 | 136 | 104 |
| Binary | 11011110 | 11111010 | 1100011 | 1011 | 0 | 111100 | 10 | 1000111 | 1011110 | 1000100 |
Color Harmonies of #DEFA63
Complementary color
Monochromatic Colors of #DEFA63
Black with #DEFA63
Text Example
Text Example
White with #DEFA63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEFA63; }
p { color: rgb(222,250,99); }
H1.HeaderClassName
{
color: #DEFA63;
}
.AnyTagClassName
{
color: #DEFA63;
}
</style>
background-color css
<style>
a { background-color: #DEFA63; }
a { background-color: rgb(222,250,99); }
div.DivClassName
{
background-color: #DEFA63;
}
.BgClassName
{
background-color: #DEFA63;
}
</style>
border-color css
<style>
span { border-color: #DEFA63; }
span { border-color: rgb(222,250,99); }
td.TdClassName
{
border-color: #DEFA63;
}
.TagClassName
{
border-color: #DEFA63;
}
</style>