Shades of Mindaro #C8EA61
Tints of Mindaro #C8EA61
RGB
CMYK
RGB Variations
Color information
#C8EA61 (or 0xC8EA61) is known color: Mindaro. HEX triplet: C8, EA and 61. RGB value is (200,234,97). Sum of RGB (Red+Green+Blue) = 200+234+97=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 234 (91.80% from 255 or 44.07% from 531); Blue value is 97 (38.28% from 255 or 18.27% from 531); Max value from RGB is 234 - color contains mainly: green. Hex color #C8EA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C8EA61 is #37159E. Grayscale: #D0D0D0. Windows color (decimal): -3610015 or 6417096. OLE color: 6417096.
HSL color Cylindrical-coordinate representation of color #C8EA61: hue angle of 74.89º 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 #C8EA61 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 234 | 97 | - |
| CMYK | 0.15 | 0 | 0.59 | 0.08 |
| HSL | 74.89º | 0.77% | 0.65% | - |
| HSV(B) | 74.89º | 0.59% | 0.92% | - |
| XYZ | 55.4 | 71.99 | 22.28 | - |
| YUV | 208.22 | 65.24 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 234 | 97 | 0.15 | 0 | 0.59 | 0.08 | 74.89 | 0.77 | 0.65 |
| Hex | C8 | EA | 61 | F | 0 | 3B | 8 | 4B | 4D | 41 |
| Octal | 310 | 352 | 141 | 17 | 0 | 73 | 10 | 113 | 115 | 101 |
| Binary | 11001000 | 11101010 | 1100001 | 1111 | 0 | 111011 | 1000 | 1001011 | 1001101 | 1000001 |
Color Harmonies of #C8EA61
Complementary color
Monochromatic Colors of #C8EA61
Black with #C8EA61
Text Example
Text Example
White with #C8EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8EA61; }
p { color: rgb(200,234,97); }
H1.HeaderClassName
{
color: #C8EA61;
}
.AnyTagClassName
{
color: #C8EA61;
}
</style>
background-color css
<style>
a { background-color: #C8EA61; }
a { background-color: rgb(200,234,97); }
div.DivClassName
{
background-color: #C8EA61;
}
.BgClassName
{
background-color: #C8EA61;
}
</style>
border-color css
<style>
span { border-color: #C8EA61; }
span { border-color: rgb(200,234,97); }
td.TdClassName
{
border-color: #C8EA61;
}
.TagClassName
{
border-color: #C8EA61;
}
</style>