Shades of Mindaro #C5FF5C
Tints of Mindaro #C5FF5C
RGB
CMYK
RGB Variations
Color information
#C5FF5C (or 0xC5FF5C) is known color: Mindaro. HEX triplet: C5, FF and 5C. RGB value is (197,255,92). Sum of RGB (Red+Green+Blue) = 197+255+92=544 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.21% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 92 (36.33% from 255 or 16.91% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #C5FF5C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5FF5C is #3A00A3. Grayscale: #DBDBDB. Windows color (decimal): -3801252 or 6094789. OLE color: 6094789.
HSL color Cylindrical-coordinate representation of color #C5FF5C: hue angle of 81.35º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C5FF5C is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 197 | 255 | 92 | - |
| CMYK | 0.23 | 0 | 0.64 | 0 |
| HSL | 81.35º | 1% | 0.68% | - |
| HSV(B) | 81.35º | 0.64% | 1% | - |
| XYZ | 60.72 | 84.16 | 23.17 | - |
| YUV | 219.08 | 56.28 | 112.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 255 | 92 | 0.23 | 0 | 0.64 | 0 | 81.35 | 1 | 0.68 |
| Hex | C5 | FF | 5C | 17 | 0 | 40 | 0 | 51 | 64 | 44 |
| Octal | 305 | 377 | 134 | 27 | 0 | 100 | 0 | 121 | 144 | 104 |
| Binary | 11000101 | 11111111 | 1011100 | 10111 | 0 | 1000000 | 0 | 1010001 | 1100100 | 1000100 |
Color Harmonies of #C5FF5C
Complementary color
Monochromatic Colors of #C5FF5C
Black with #C5FF5C
Text Example
Text Example
White with #C5FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5FF5C; }
p { color: rgb(197,255,92); }
H1.HeaderClassName
{
color: #C5FF5C;
}
.AnyTagClassName
{
color: #C5FF5C;
}
</style>
background-color css
<style>
a { background-color: #C5FF5C; }
a { background-color: rgb(197,255,92); }
div.DivClassName
{
background-color: #C5FF5C;
}
.BgClassName
{
background-color: #C5FF5C;
}
</style>
border-color css
<style>
span { border-color: #C5FF5C; }
span { border-color: rgb(197,255,92); }
td.TdClassName
{
border-color: #C5FF5C;
}
.TagClassName
{
border-color: #C5FF5C;
}
</style>