Shades of Mindaro #C7FA62
Tints of Mindaro #C7FA62
RGB
CMYK
RGB Variations
Color information
#C7FA62 (or 0xC7FA62) is known color: Mindaro. HEX triplet: C7, FA and 62. RGB value is (199,250,98). Sum of RGB (Red+Green+Blue) = 199+250+98=547 (72% of max value = 765). Red value is 199 (78.12% from 255 or 36.38% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 98 (38.67% from 255 or 17.92% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #C7FA62 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7FA62 is #38059D. Grayscale: #D9D9D9. Windows color (decimal): -3671454 or 6486727. OLE color: 6486727.
HSL color Cylindrical-coordinate representation of color #C7FA62: hue angle of 80.13º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C7FA62 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 199 | 250 | 98 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.02 |
| HSL | 80.13º | 0.94% | 0.68% | - |
| HSV(B) | 80.13º | 0.61% | 0.98% | - |
| XYZ | 59.94 | 81.4 | 24.11 | - |
| YUV | 217.42 | 60.6 | 114.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 250 | 98 | 0.20 | 0 | 0.61 | 0.02 | 80.13 | 0.94 | 0.68 |
| Hex | C7 | FA | 62 | 14 | 0 | 3D | 2 | 50 | 5E | 44 |
| Octal | 307 | 372 | 142 | 24 | 0 | 75 | 2 | 120 | 136 | 104 |
| Binary | 11000111 | 11111010 | 1100010 | 10100 | 0 | 111101 | 10 | 1010000 | 1011110 | 1000100 |
Color Harmonies of #C7FA62
Complementary color
Monochromatic Colors of #C7FA62
Black with #C7FA62
Text Example
Text Example
White with #C7FA62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7FA62; }
p { color: rgb(199,250,98); }
H1.HeaderClassName
{
color: #C7FA62;
}
.AnyTagClassName
{
color: #C7FA62;
}
</style>
background-color css
<style>
a { background-color: #C7FA62; }
a { background-color: rgb(199,250,98); }
div.DivClassName
{
background-color: #C7FA62;
}
.BgClassName
{
background-color: #C7FA62;
}
</style>
border-color css
<style>
span { border-color: #C7FA62; }
span { border-color: rgb(199,250,98); }
td.TdClassName
{
border-color: #C7FA62;
}
.TagClassName
{
border-color: #C7FA62;
}
</style>