Shades of Mindaro #C5F85F
Tints of Mindaro #C5F85F
RGB
CMYK
RGB Variations
Color information
#C5F85F (or 0xC5F85F) is known color: Mindaro. HEX triplet: C5, F8 and 5F. RGB value is (197,248,95). Sum of RGB (Red+Green+Blue) = 197+248+95=540 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.48% from 540); Green value is 248 (97.27% from 255 or 45.93% from 540); Blue value is 95 (37.5% from 255 or 17.59% from 540); Max value from RGB is 248 - color contains mainly: green. Hex color #C5F85F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F85F is #3A07A0. Grayscale: #D7D7D7. Windows color (decimal): -3803041 or 6289605. OLE color: 6289605.
HSL color Cylindrical-coordinate representation of color #C5F85F: hue angle of 80º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C5F85F is Cyan = 0.21, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 197 | 248 | 95 | - |
| CMYK | 0.21 | 0 | 0.62 | 0.03 |
| HSL | 80º | 0.92% | 0.67% | - |
| HSV(B) | 80º | 0.62% | 0.97% | - |
| XYZ | 58.66 | 79.83 | 23.14 | - |
| YUV | 215.31 | 60.1 | 114.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 248 | 95 | 0.21 | 0 | 0.62 | 0.03 | 80 | 0.92 | 0.67 |
| Hex | C5 | F8 | 5F | 15 | 0 | 3E | 3 | 50 | 5C | 43 |
| Octal | 305 | 370 | 137 | 25 | 0 | 76 | 3 | 120 | 134 | 103 |
| Binary | 11000101 | 11111000 | 1011111 | 10101 | 0 | 111110 | 11 | 1010000 | 1011100 | 1000011 |
Color Harmonies of #C5F85F
Complementary color
Monochromatic Colors of #C5F85F
Black with #C5F85F
Text Example
Text Example
White with #C5F85F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F85F; }
p { color: rgb(197,248,95); }
H1.HeaderClassName
{
color: #C5F85F;
}
.AnyTagClassName
{
color: #C5F85F;
}
</style>
background-color css
<style>
a { background-color: #C5F85F; }
a { background-color: rgb(197,248,95); }
div.DivClassName
{
background-color: #C5F85F;
}
.BgClassName
{
background-color: #C5F85F;
}
</style>
border-color css
<style>
span { border-color: #C5F85F; }
span { border-color: rgb(197,248,95); }
td.TdClassName
{
border-color: #C5F85F;
}
.TagClassName
{
border-color: #C5F85F;
}
</style>