Shades of Mindaro #C5E762
Tints of Mindaro #C5E762
RGB
CMYK
RGB Variations
Color information
#C5E762 (or 0xC5E762) is known color: Mindaro. HEX triplet: C5, E7 and 62. RGB value is (197,231,98). Sum of RGB (Red+Green+Blue) = 197+231+98=526 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.45% from 526); Green value is 231 (90.62% from 255 or 43.92% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 231 - color contains mainly: green. Hex color #C5E762 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5E762 is #3A189D. Grayscale: #CECECE. Windows color (decimal): -3807390 or 6481861. OLE color: 6481861.
HSL color Cylindrical-coordinate representation of color #C5E762: hue angle of 75.34º degrees, saturation: 0.73, 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 #C5E762 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 197 | 231 | 98 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.09 |
| HSL | 75.34º | 0.73% | 0.65% | - |
| HSV(B) | 75.34º | 0.58% | 0.91% | - |
| XYZ | 53.81 | 69.9 | 22.21 | - |
| YUV | 205.67 | 67.24 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 231 | 98 | 0.15 | 0 | 0.58 | 0.09 | 75.34 | 0.73 | 0.65 |
| Hex | C5 | E7 | 62 | F | 0 | 3A | 9 | 4B | 49 | 41 |
| Octal | 305 | 347 | 142 | 17 | 0 | 72 | 11 | 113 | 111 | 101 |
| Binary | 11000101 | 11100111 | 1100010 | 1111 | 0 | 111010 | 1001 | 1001011 | 1001001 | 1000001 |
Color Harmonies of #C5E762
Complementary color
Monochromatic Colors of #C5E762
Black with #C5E762
Text Example
Text Example
White with #C5E762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E762; }
p { color: rgb(197,231,98); }
H1.HeaderClassName
{
color: #C5E762;
}
.AnyTagClassName
{
color: #C5E762;
}
</style>
background-color css
<style>
a { background-color: #C5E762; }
a { background-color: rgb(197,231,98); }
div.DivClassName
{
background-color: #C5E762;
}
.BgClassName
{
background-color: #C5E762;
}
</style>
border-color css
<style>
span { border-color: #C5E762; }
span { border-color: rgb(197,231,98); }
td.TdClassName
{
border-color: #C5E762;
}
.TagClassName
{
border-color: #C5E762;
}
</style>