Shades of Mindaro #C5F65E
Tints of Mindaro #C5F65E
RGB
CMYK
RGB Variations
Color information
#C5F65E (or 0xC5F65E) is known color: Mindaro. HEX triplet: C5, F6 and 5E. RGB value is (197,246,94). Sum of RGB (Red+Green+Blue) = 197+246+94=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 246 (96.48% from 255 or 45.81% from 537); Blue value is 94 (37.11% from 255 or 17.50% from 537); Max value from RGB is 246 - color contains mainly: green. Hex color #C5F65E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F65E is #3A09A1. Grayscale: #D6D6D6. Windows color (decimal): -3803554 or 6223557. OLE color: 6223557.
HSL color Cylindrical-coordinate representation of color #C5F65E: hue angle of 79.34º degrees, saturation: 0.89, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F65E is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 246 | 94 | - |
| CMYK | 0.20 | 0 | 0.62 | 0.04 |
| HSL | 79.34º | 0.89% | 0.67% | - |
| HSV(B) | 79.34º | 0.62% | 0.96% | - |
| XYZ | 58 | 78.59 | 22.7 | - |
| YUV | 214.02 | 60.27 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 246 | 94 | 0.20 | 0 | 0.62 | 0.04 | 79.34 | 0.89 | 0.67 |
| Hex | C5 | F6 | 5E | 14 | 0 | 3E | 4 | 4F | 59 | 43 |
| Octal | 305 | 366 | 136 | 24 | 0 | 76 | 4 | 117 | 131 | 103 |
| Binary | 11000101 | 11110110 | 1011110 | 10100 | 0 | 111110 | 100 | 1001111 | 1011001 | 1000011 |
Color Harmonies of #C5F65E
Complementary color
Monochromatic Colors of #C5F65E
Black with #C5F65E
Text Example
Text Example
White with #C5F65E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F65E; }
p { color: rgb(197,246,94); }
H1.HeaderClassName
{
color: #C5F65E;
}
.AnyTagClassName
{
color: #C5F65E;
}
</style>
background-color css
<style>
a { background-color: #C5F65E; }
a { background-color: rgb(197,246,94); }
div.DivClassName
{
background-color: #C5F65E;
}
.BgClassName
{
background-color: #C5F65E;
}
</style>
border-color css
<style>
span { border-color: #C5F65E; }
span { border-color: rgb(197,246,94); }
td.TdClassName
{
border-color: #C5F65E;
}
.TagClassName
{
border-color: #C5F65E;
}
</style>