Shades of Mindaro #C5F562
Tints of Mindaro #C5F562
RGB
CMYK
RGB Variations
Color information
#C5F562 (or 0xC5F562) is known color: Mindaro. HEX triplet: C5, F5 and 62. RGB value is (197,245,98). Sum of RGB (Red+Green+Blue) = 197+245+98=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 245 (96.09% from 255 or 45.37% from 540); Blue value is 98 (38.67% from 255 or 18.15% from 540); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F562 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F562 is #3A0A9D. Grayscale: #D6D6D6. Windows color (decimal): -3803806 or 6485445. OLE color: 6485445.
HSL color Cylindrical-coordinate representation of color #C5F562: hue angle of 79.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C5F562 is Cyan = 0.20, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 98 | - |
| CMYK | 0.20 | 0 | 0.6 | 0.04 |
| HSL | 79.59º | 0.88% | 0.67% | - |
| HSV(B) | 79.59º | 0.6% | 0.96% | - |
| XYZ | 57.88 | 78.06 | 23.57 | - |
| YUV | 213.89 | 62.6 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 98 | 0.20 | 0 | 0.6 | 0.04 | 79.59 | 0.88 | 0.67 |
| Hex | C5 | F5 | 62 | 14 | 0 | 3C | 4 | 50 | 58 | 43 |
| Octal | 305 | 365 | 142 | 24 | 0 | 74 | 4 | 120 | 130 | 103 |
| Binary | 11000101 | 11110101 | 1100010 | 10100 | 0 | 111100 | 100 | 1010000 | 1011000 | 1000011 |
Color Harmonies of #C5F562
Complementary color
Monochromatic Colors of #C5F562
Black with #C5F562
Text Example
Text Example
White with #C5F562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F562; }
p { color: rgb(197,245,98); }
H1.HeaderClassName
{
color: #C5F562;
}
.AnyTagClassName
{
color: #C5F562;
}
</style>
background-color css
<style>
a { background-color: #C5F562; }
a { background-color: rgb(197,245,98); }
div.DivClassName
{
background-color: #C5F562;
}
.BgClassName
{
background-color: #C5F562;
}
</style>
border-color css
<style>
span { border-color: #C5F562; }
span { border-color: rgb(197,245,98); }
td.TdClassName
{
border-color: #C5F562;
}
.TagClassName
{
border-color: #C5F562;
}
</style>