Shades of Mindaro #C9E960
Tints of Mindaro #C9E960
RGB
CMYK
RGB Variations
Color information
#C9E960 (or 0xC9E960) is known color: Mindaro. HEX triplet: C9, E9 and 60. RGB value is (201,233,96). Sum of RGB (Red+Green+Blue) = 201+233+96=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #C9E960 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E960 is #36169F. Grayscale: #D0D0D0. Windows color (decimal): -3544736 or 6351305. OLE color: 6351305.
HSL color Cylindrical-coordinate representation of color #C9E960: hue angle of 74.01º 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 #C9E960 is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 233 | 96 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.09 |
| HSL | 74.01º | 0.76% | 0.65% | - |
| HSV(B) | 74.01º | 0.59% | 0.91% | - |
| XYZ | 55.34 | 71.54 | 21.96 | - |
| YUV | 207.81 | 64.9 | 123.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 233 | 96 | 0.14 | 0 | 0.59 | 0.09 | 74.01 | 0.76 | 0.65 |
| Hex | C9 | E9 | 60 | E | 0 | 3B | 9 | 4A | 4C | 41 |
| Octal | 311 | 351 | 140 | 16 | 0 | 73 | 11 | 112 | 114 | 101 |
| Binary | 11001001 | 11101001 | 1100000 | 1110 | 0 | 111011 | 1001 | 1001010 | 1001100 | 1000001 |
Color Harmonies of #C9E960
Complementary color
Monochromatic Colors of #C9E960
Black with #C9E960
Text Example
Text Example
White with #C9E960
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E960; }
p { color: rgb(201,233,96); }
H1.HeaderClassName
{
color: #C9E960;
}
.AnyTagClassName
{
color: #C9E960;
}
</style>
background-color css
<style>
a { background-color: #C9E960; }
a { background-color: rgb(201,233,96); }
div.DivClassName
{
background-color: #C9E960;
}
.BgClassName
{
background-color: #C9E960;
}
</style>
border-color css
<style>
span { border-color: #C9E960; }
span { border-color: rgb(201,233,96); }
td.TdClassName
{
border-color: #C9E960;
}
.TagClassName
{
border-color: #C9E960;
}
</style>