Shades of Mindaro #C5EA61
Tints of Mindaro #C5EA61
RGB
CMYK
RGB Variations
Color information
#C5EA61 (or 0xC5EA61) is known color: Mindaro. HEX triplet: C5, EA and 61. RGB value is (197,234,97). Sum of RGB (Red+Green+Blue) = 197+234+97=528 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.31% from 528); Green value is 234 (91.80% from 255 or 44.32% from 528); Blue value is 97 (38.28% from 255 or 18.37% from 528); Max value from RGB is 234 - color contains mainly: green. Hex color #C5EA61 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5EA61 is #3A159E. Grayscale: #CFCFCF. Windows color (decimal): -3806623 or 6417093. OLE color: 6417093.
HSL color Cylindrical-coordinate representation of color #C5EA61: hue angle of 76.2º 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 #C5EA61 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 197 | 234 | 97 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.08 |
| HSL | 76.2º | 0.77% | 0.65% | - |
| HSV(B) | 76.2º | 0.59% | 0.92% | - |
| XYZ | 54.61 | 71.58 | 22.25 | - |
| YUV | 207.32 | 65.74 | 120.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 234 | 97 | 0.16 | 0 | 0.59 | 0.08 | 76.2 | 0.77 | 0.65 |
| Hex | C5 | EA | 61 | 10 | 0 | 3B | 8 | 4C | 4D | 41 |
| Octal | 305 | 352 | 141 | 20 | 0 | 73 | 10 | 114 | 115 | 101 |
| Binary | 11000101 | 11101010 | 1100001 | 10000 | 0 | 111011 | 1000 | 1001100 | 1001101 | 1000001 |
Color Harmonies of #C5EA61
Complementary color
Monochromatic Colors of #C5EA61
Black with #C5EA61
Text Example
Text Example
White with #C5EA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5EA61; }
p { color: rgb(197,234,97); }
H1.HeaderClassName
{
color: #C5EA61;
}
.AnyTagClassName
{
color: #C5EA61;
}
</style>
background-color css
<style>
a { background-color: #C5EA61; }
a { background-color: rgb(197,234,97); }
div.DivClassName
{
background-color: #C5EA61;
}
.BgClassName
{
background-color: #C5EA61;
}
</style>
border-color css
<style>
span { border-color: #C5EA61; }
span { border-color: rgb(197,234,97); }
td.TdClassName
{
border-color: #C5EA61;
}
.TagClassName
{
border-color: #C5EA61;
}
</style>