Shades of Mindaro #C7E963
Tints of Mindaro #C7E963
RGB
CMYK
RGB Variations
Color information
#C7E963 (or 0xC7E963) is known color: Mindaro. HEX triplet: C7, E9 and 63. RGB value is (199,233,99). Sum of RGB (Red+Green+Blue) = 199+233+99=531 (70% of max value = 765). Red value is 199 (78.12% from 255 or 37.48% from 531); Green value is 233 (91.41% from 255 or 43.88% from 531); Blue value is 99 (39.06% from 255 or 18.64% from 531); Max value from RGB is 233 - color contains mainly: green. Hex color #C7E963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7E963 is #38169C. Grayscale: #D0D0D0. Windows color (decimal): -3675805 or 6547911. OLE color: 6547911.
HSL color Cylindrical-coordinate representation of color #C7E963: hue angle of 75.22º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C7E963 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 233 | 99 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.09 |
| HSL | 75.22º | 0.75% | 0.65% | - |
| HSV(B) | 75.22º | 0.58% | 0.91% | - |
| XYZ | 54.94 | 71.32 | 22.67 | - |
| YUV | 207.56 | 66.74 | 121.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 233 | 99 | 0.15 | 0 | 0.58 | 0.09 | 75.22 | 0.75 | 0.65 |
| Hex | C7 | E9 | 63 | F | 0 | 3A | 9 | 4B | 4B | 41 |
| Octal | 307 | 351 | 143 | 17 | 0 | 72 | 11 | 113 | 113 | 101 |
| Binary | 11000111 | 11101001 | 1100011 | 1111 | 0 | 111010 | 1001 | 1001011 | 1001011 | 1000001 |
Color Harmonies of #C7E963
Complementary color
Monochromatic Colors of #C7E963
Black with #C7E963
Text Example
Text Example
White with #C7E963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7E963; }
p { color: rgb(199,233,99); }
H1.HeaderClassName
{
color: #C7E963;
}
.AnyTagClassName
{
color: #C7E963;
}
</style>
background-color css
<style>
a { background-color: #C7E963; }
a { background-color: rgb(199,233,99); }
div.DivClassName
{
background-color: #C7E963;
}
.BgClassName
{
background-color: #C7E963;
}
</style>
border-color css
<style>
span { border-color: #C7E963; }
span { border-color: rgb(199,233,99); }
td.TdClassName
{
border-color: #C7E963;
}
.TagClassName
{
border-color: #C7E963;
}
</style>