Shades of Mindaro #C6E960
Tints of Mindaro #C6E960
RGB
CMYK
RGB Variations
Color information
#C6E960 (or 0xC6E960) is known color: Mindaro. HEX triplet: C6, E9 and 60. RGB value is (198,233,96). Sum of RGB (Red+Green+Blue) = 198+233+96=527 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.57% from 527); Green value is 233 (91.41% from 255 or 44.21% from 527); Blue value is 96 (37.89% from 255 or 18.22% from 527); Max value from RGB is 233 - color contains mainly: green. Hex color #C6E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C6E960 is #39169F. Grayscale: #CFCFCF. Windows color (decimal): -3741344 or 6351302. OLE color: 6351302.
HSL color Cylindrical-coordinate representation of color #C6E960: hue angle of 75.33º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6E960 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 198 | 233 | 96 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.09 |
| HSL | 75.33º | 0.76% | 0.65% | - |
| HSV(B) | 75.33º | 0.59% | 0.91% | - |
| XYZ | 54.54 | 71.13 | 21.92 | - |
| YUV | 206.92 | 65.4 | 121.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 233 | 96 | 0.15 | 0 | 0.59 | 0.09 | 75.33 | 0.76 | 0.65 |
| Hex | C6 | E9 | 60 | F | 0 | 3B | 9 | 4B | 4C | 41 |
| Octal | 306 | 351 | 140 | 17 | 0 | 73 | 11 | 113 | 114 | 101 |
| Binary | 11000110 | 11101001 | 1100000 | 1111 | 0 | 111011 | 1001 | 1001011 | 1001100 | 1000001 |
Color Harmonies of #C6E960
Complementary color
Monochromatic Colors of #C6E960
Black with #C6E960
Text Example
Text Example
White with #C6E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6E960; }
p { color: rgb(198,233,96); }
H1.HeaderClassName
{
color: #C6E960;
}
.AnyTagClassName
{
color: #C6E960;
}
</style>
background-color css
<style>
a { background-color: #C6E960; }
a { background-color: rgb(198,233,96); }
div.DivClassName
{
background-color: #C6E960;
}
.BgClassName
{
background-color: #C6E960;
}
</style>
border-color css
<style>
span { border-color: #C6E960; }
span { border-color: rgb(198,233,96); }
td.TdClassName
{
border-color: #C6E960;
}
.TagClassName
{
border-color: #C6E960;
}
</style>