Shades of Mindaro #C5E562
Tints of Mindaro #C5E562
RGB
CMYK
RGB Variations
Color information
#C5E562 (or 0xC5E562) is known color: Mindaro. HEX triplet: C5, E5 and 62. RGB value is (197,229,98). Sum of RGB (Red+Green+Blue) = 197+229+98=524 (69% of max value = 765). Red value is 197 (77.34% from 255 or 37.60% from 524); Green value is 229 (89.84% from 255 or 43.70% from 524); Blue value is 98 (38.67% from 255 or 18.70% from 524); Max value from RGB is 229 - color contains mainly: green. Hex color #C5E562 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5E562 is #3A1A9D. Grayscale: #CCCCCC. Windows color (decimal): -3807902 or 6481349. OLE color: 6481349.
HSL color Cylindrical-coordinate representation of color #C5E562: hue angle of 74.66º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C5E562 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 197 | 229 | 98 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.10 |
| HSL | 74.66º | 0.72% | 0.64% | - |
| HSV(B) | 74.66º | 0.57% | 0.9% | - |
| XYZ | 53.25 | 68.79 | 22.03 | - |
| YUV | 204.5 | 67.9 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 229 | 98 | 0.14 | 0 | 0.57 | 0.10 | 74.66 | 0.72 | 0.64 |
| Hex | C5 | E5 | 62 | E | 0 | 39 | A | 4B | 48 | 40 |
| Octal | 305 | 345 | 142 | 16 | 0 | 71 | 12 | 113 | 110 | 100 |
| Binary | 11000101 | 11100101 | 1100010 | 1110 | 0 | 111001 | 1010 | 1001011 | 1001000 | 1000000 |
Color Harmonies of #C5E562
Complementary color
Monochromatic Colors of #C5E562
Black with #C5E562
Text Example
Text Example
White with #C5E562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5E562; }
p { color: rgb(197,229,98); }
H1.HeaderClassName
{
color: #C5E562;
}
.AnyTagClassName
{
color: #C5E562;
}
</style>
background-color css
<style>
a { background-color: #C5E562; }
a { background-color: rgb(197,229,98); }
div.DivClassName
{
background-color: #C5E562;
}
.BgClassName
{
background-color: #C5E562;
}
</style>
border-color css
<style>
span { border-color: #C5E562; }
span { border-color: rgb(197,229,98); }
td.TdClassName
{
border-color: #C5E562;
}
.TagClassName
{
border-color: #C5E562;
}
</style>