Shades of Mindaro #C8E961
Tints of Mindaro #C8E961
RGB
CMYK
RGB Variations
Color information
#C8E961 (or 0xC8E961) is known color: Mindaro. HEX triplet: C8, E9 and 61. RGB value is (200,233,97). Sum of RGB (Red+Green+Blue) = 200+233+97=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 233 (91.41% from 255 or 43.96% from 530); Blue value is 97 (38.28% from 255 or 18.30% from 530); Max value from RGB is 233 - color contains mainly: green. Hex color #C8E961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8E961 is #37169E. Grayscale: #D0D0D0. Windows color (decimal): -3610271 or 6416840. OLE color: 6416840.
HSL color Cylindrical-coordinate representation of color #C8E961: hue angle of 74.56º degrees, saturation: 0.76, 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 #C8E961 is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 233 | 97 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.09 |
| HSL | 74.56º | 0.76% | 0.65% | - |
| HSV(B) | 74.56º | 0.58% | 0.91% | - |
| XYZ | 55.12 | 71.42 | 22.19 | - |
| YUV | 207.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 233 | 97 | 0.14 | 0 | 0.58 | 0.09 | 74.56 | 0.76 | 0.65 |
| Hex | C8 | E9 | 61 | E | 0 | 3A | 9 | 4B | 4C | 41 |
| Octal | 310 | 351 | 141 | 16 | 0 | 72 | 11 | 113 | 114 | 101 |
| Binary | 11001000 | 11101001 | 1100001 | 1110 | 0 | 111010 | 1001 | 1001011 | 1001100 | 1000001 |
Color Harmonies of #C8E961
Complementary color
Monochromatic Colors of #C8E961
Black with #C8E961
Text Example
Text Example
White with #C8E961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8E961; }
p { color: rgb(200,233,97); }
H1.HeaderClassName
{
color: #C8E961;
}
.AnyTagClassName
{
color: #C8E961;
}
</style>
background-color css
<style>
a { background-color: #C8E961; }
a { background-color: rgb(200,233,97); }
div.DivClassName
{
background-color: #C8E961;
}
.BgClassName
{
background-color: #C8E961;
}
</style>
border-color css
<style>
span { border-color: #C8E961; }
span { border-color: rgb(200,233,97); }
td.TdClassName
{
border-color: #C8E961;
}
.TagClassName
{
border-color: #C8E961;
}
</style>