Shades of Mindaro #C9E861
Tints of Mindaro #C9E861
RGB
CMYK
RGB Variations
Color information
#C9E861 (or 0xC9E861) is known color: Mindaro. HEX triplet: C9, E8 and 61. RGB value is (201,232,97). Sum of RGB (Red+Green+Blue) = 201+232+97=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 232 (91.02% from 255 or 43.77% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 232 - color contains mainly: green. Hex color #C9E861 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C9E861 is #36179E. Grayscale: #CFCFCF. Windows color (decimal): -3544991 or 6416585. OLE color: 6416585.
HSL color Cylindrical-coordinate representation of color #C9E861: hue angle of 73.78º degrees, saturation: 0.75, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C9E861 is Cyan = 0.13, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 232 | 97 | - |
| CMYK | 0.13 | 0 | 0.58 | 0.09 |
| HSL | 73.78º | 0.75% | 0.65% | - |
| HSV(B) | 73.78º | 0.58% | 0.91% | - |
| XYZ | 55.1 | 70.99 | 22.11 | - |
| YUV | 207.34 | 65.73 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 232 | 97 | 0.13 | 0 | 0.58 | 0.09 | 73.78 | 0.75 | 0.65 |
| Hex | C9 | E8 | 61 | D | 0 | 3A | 9 | 4A | 4B | 41 |
| Octal | 311 | 350 | 141 | 15 | 0 | 72 | 11 | 112 | 113 | 101 |
| Binary | 11001001 | 11101000 | 1100001 | 1101 | 0 | 111010 | 1001 | 1001010 | 1001011 | 1000001 |
Color Harmonies of #C9E861
Complementary color
Monochromatic Colors of #C9E861
Black with #C9E861
Text Example
Text Example
White with #C9E861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9E861; }
p { color: rgb(201,232,97); }
H1.HeaderClassName
{
color: #C9E861;
}
.AnyTagClassName
{
color: #C9E861;
}
</style>
background-color css
<style>
a { background-color: #C9E861; }
a { background-color: rgb(201,232,97); }
div.DivClassName
{
background-color: #C9E861;
}
.BgClassName
{
background-color: #C9E861;
}
</style>
border-color css
<style>
span { border-color: #C9E861; }
span { border-color: rgb(201,232,97); }
td.TdClassName
{
border-color: #C9E861;
}
.TagClassName
{
border-color: #C9E861;
}
</style>