Shades of Mindaro #C8EA60
Tints of Mindaro #C8EA60
RGB
CMYK
RGB Variations
Color information
#C8EA60 (or 0xC8EA60) is known color: Mindaro. HEX triplet: C8, EA and 60. RGB value is (200,234,96). Sum of RGB (Red+Green+Blue) = 200+234+96=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 234 (91.80% from 255 or 44.15% from 530); Blue value is 96 (37.89% from 255 or 18.11% from 530); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA60 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA60 is #37159F. Grayscale: #D0D0D0. Windows color (decimal): -3610016 or 6351560. OLE color: 6351560.
HSL color Cylindrical-coordinate representation of color #C8EA60: hue angle of 74.78º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8EA60 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 96 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.08 |
| HSL | 74.78º | 0.77% | 0.65% | - |
| HSV(B) | 74.78º | 0.59% | 0.92% | - |
| XYZ | 55.35 | 71.97 | 22.04 | - |
| YUV | 208.1 | 64.74 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 96 | 0.15 | 0 | 0.59 | 0.08 | 74.78 | 0.77 | 0.65 |
| Hex | C8 | EA | 60 | F | 0 | 3B | 8 | 4B | 4D | 41 |
| Octal | 310 | 352 | 140 | 17 | 0 | 73 | 10 | 113 | 115 | 101 |
| Binary | 11001000 | 11101010 | 1100000 | 1111 | 0 | 111011 | 1000 | 1001011 | 1001101 | 1000001 |
Color Harmonies of #C8EA60
Complementary color
Monochromatic Colors of #C8EA60
Black with #C8EA60
Text Example
Text Example
White with #C8EA60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA60; }
p { color: rgb(200,234,96); }
H1.HeaderClassName
{
color: #C8EA60;
}
.AnyTagClassName
{
color: #C8EA60;
}
</style>
background-color css
<style>
a { background-color: #C8EA60; }
a { background-color: rgb(200,234,96); }
div.DivClassName
{
background-color: #C8EA60;
}
.BgClassName
{
background-color: #C8EA60;
}
</style>
border-color css
<style>
span { border-color: #C8EA60; }
span { border-color: rgb(200,234,96); }
td.TdClassName
{
border-color: #C8EA60;
}
.TagClassName
{
border-color: #C8EA60;
}
</style>