Shades of Mindaro #C5FD5E
Tints of Mindaro #C5FD5E
RGB
CMYK
RGB Variations
Color information
#C5FD5E (or 0xC5FD5E) is known color: Mindaro. HEX triplet: C5, FD and 5E. RGB value is (197,253,94). Sum of RGB (Red+Green+Blue) = 197+253+94=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 253 (99.22% from 255 or 46.51% from 544); Blue value is 94 (37.11% from 255 or 17.28% from 544); Max value from RGB is 253 - color contains mainly: green. Hex color #C5FD5E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FD5E is #3A02A1. Grayscale: #DADADA. Windows color (decimal): -3801762 or 6225349. OLE color: 6225349.
HSL color Cylindrical-coordinate representation of color #C5FD5E: hue angle of 81.13º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5FD5E is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 197 | 253 | 94 | - |
| CMYK | 0.22 | 0 | 0.63 | 0.01 |
| HSL | 81.13º | 0.98% | 0.68% | - |
| HSV(B) | 81.13º | 0.63% | 0.99% | - |
| XYZ | 60.17 | 82.93 | 23.43 | - |
| YUV | 218.13 | 57.95 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 253 | 94 | 0.22 | 0 | 0.63 | 0.01 | 81.13 | 0.98 | 0.68 |
| Hex | C5 | FD | 5E | 16 | 0 | 3F | 1 | 51 | 62 | 44 |
| Octal | 305 | 375 | 136 | 26 | 0 | 77 | 1 | 121 | 142 | 104 |
| Binary | 11000101 | 11111101 | 1011110 | 10110 | 0 | 111111 | 1 | 1010001 | 1100010 | 1000100 |
Color Harmonies of #C5FD5E
Complementary color
Monochromatic Colors of #C5FD5E
Black with #C5FD5E
Text Example
Text Example
White with #C5FD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FD5E; }
p { color: rgb(197,253,94); }
H1.HeaderClassName
{
color: #C5FD5E;
}
.AnyTagClassName
{
color: #C5FD5E;
}
</style>
background-color css
<style>
a { background-color: #C5FD5E; }
a { background-color: rgb(197,253,94); }
div.DivClassName
{
background-color: #C5FD5E;
}
.BgClassName
{
background-color: #C5FD5E;
}
</style>
border-color css
<style>
span { border-color: #C5FD5E; }
span { border-color: rgb(197,253,94); }
td.TdClassName
{
border-color: #C5FD5E;
}
.TagClassName
{
border-color: #C5FD5E;
}
</style>