Shades of Mindaro #C8F960
Tints of Mindaro #C8F960
RGB
CMYK
RGB Variations
Color information
#C8F960 (or 0xC8F960) is known color: Mindaro. HEX triplet: C8, F9 and 60. RGB value is (200,249,96). Sum of RGB (Red+Green+Blue) = 200+249+96=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 249 (97.66% from 255 or 45.69% from 545); Blue value is 96 (37.89% from 255 or 17.61% from 545); Max value from RGB is 249 - color contains mainly: green. Hex color #C8F960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8F960 is #37069F. Grayscale: #D9D9D9. Windows color (decimal): -3606176 or 6355400. OLE color: 6355400.
HSL color Cylindrical-coordinate representation of color #C8F960: hue angle of 79.22º degrees, saturation: 0.93, 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 #C8F960 is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 249 | 96 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.02 |
| HSL | 79.22º | 0.93% | 0.68% | - |
| HSV(B) | 79.22º | 0.61% | 0.98% | - |
| XYZ | 59.81 | 80.88 | 23.52 | - |
| YUV | 216.91 | 59.77 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 249 | 96 | 0.20 | 0 | 0.61 | 0.02 | 79.22 | 0.93 | 0.68 |
| Hex | C8 | F9 | 60 | 14 | 0 | 3D | 2 | 4F | 5D | 44 |
| Octal | 310 | 371 | 140 | 24 | 0 | 75 | 2 | 117 | 135 | 104 |
| Binary | 11001000 | 11111001 | 1100000 | 10100 | 0 | 111101 | 10 | 1001111 | 1011101 | 1000100 |
Color Harmonies of #C8F960
Complementary color
Monochromatic Colors of #C8F960
Black with #C8F960
Text Example
Text Example
White with #C8F960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8F960; }
p { color: rgb(200,249,96); }
H1.HeaderClassName
{
color: #C8F960;
}
.AnyTagClassName
{
color: #C8F960;
}
</style>
background-color css
<style>
a { background-color: #C8F960; }
a { background-color: rgb(200,249,96); }
div.DivClassName
{
background-color: #C8F960;
}
.BgClassName
{
background-color: #C8F960;
}
</style>
border-color css
<style>
span { border-color: #C8F960; }
span { border-color: rgb(200,249,96); }
td.TdClassName
{
border-color: #C8F960;
}
.TagClassName
{
border-color: #C8F960;
}
</style>