Shades of Mindaro #C7F963
Tints of Mindaro #C7F963
RGB
CMYK
RGB Variations
Color information
#C7F963 (or 0xC7F963) is known color: Mindaro. HEX triplet: C7, F9 and 63. RGB value is (199,249,99). Sum of RGB (Red+Green+Blue) = 199+249+99=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 249 (97.66% from 255 or 45.52% from 547); Blue value is 99 (39.06% from 255 or 18.10% from 547); Max value from RGB is 249 - color contains mainly: green. Hex color #C7F963 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F963 is #38069C. Grayscale: #D9D9D9. Windows color (decimal): -3671709 or 6552007. OLE color: 6552007.
HSL color Cylindrical-coordinate representation of color #C7F963: hue angle of 80º 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 #C7F963 is Cyan = 0.20, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 249 | 99 | - |
| CMYK | 0.20 | 0 | 0.60 | 0.02 |
| HSL | 80º | 0.93% | 0.68% | - |
| HSV(B) | 80º | 0.6% | 0.98% | - |
| XYZ | 59.68 | 80.79 | 24.25 | - |
| YUV | 216.95 | 61.44 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 249 | 99 | 0.20 | 0 | 0.60 | 0.02 | 80 | 0.93 | 0.68 |
| Hex | C7 | F9 | 63 | 14 | 0 | 3C | 2 | 50 | 5D | 44 |
| Octal | 307 | 371 | 143 | 24 | 0 | 74 | 2 | 120 | 135 | 104 |
| Binary | 11000111 | 11111001 | 1100011 | 10100 | 0 | 111100 | 10 | 1010000 | 1011101 | 1000100 |
Color Harmonies of #C7F963
Complementary color
Monochromatic Colors of #C7F963
Black with #C7F963
Text Example
Text Example
White with #C7F963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7F963; }
p { color: rgb(199,249,99); }
H1.HeaderClassName
{
color: #C7F963;
}
.AnyTagClassName
{
color: #C7F963;
}
</style>
background-color css
<style>
a { background-color: #C7F963; }
a { background-color: rgb(199,249,99); }
div.DivClassName
{
background-color: #C7F963;
}
.BgClassName
{
background-color: #C7F963;
}
</style>
border-color css
<style>
span { border-color: #C7F963; }
span { border-color: rgb(199,249,99); }
td.TdClassName
{
border-color: #C7F963;
}
.TagClassName
{
border-color: #C7F963;
}
</style>