Shades of Mindaro #C5F55F
Tints of Mindaro #C5F55F
RGB
CMYK
RGB Variations
Color information
#C5F55F (or 0xC5F55F) is known color: Mindaro. HEX triplet: C5, F5 and 5F. RGB value is (197,245,95). Sum of RGB (Red+Green+Blue) = 197+245+95=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 245 (96.09% from 255 or 45.62% from 537); Blue value is 95 (37.5% from 255 or 17.69% from 537); Max value from RGB is 245 - color contains mainly: green. Hex color #C5F55F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F55F is #3A0AA0. Grayscale: #D6D6D6. Windows color (decimal): -3803809 or 6288837. OLE color: 6288837.
HSL color Cylindrical-coordinate representation of color #C5F55F: hue angle of 79.2º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5F55F is Cyan = 0.20, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 197 | 245 | 95 | - |
| CMYK | 0.20 | 0 | 0.61 | 0.04 |
| HSL | 79.2º | 0.88% | 0.67% | - |
| HSV(B) | 79.2º | 0.61% | 0.96% | - |
| XYZ | 57.74 | 78 | 22.84 | - |
| YUV | 213.55 | 61.1 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 245 | 95 | 0.20 | 0 | 0.61 | 0.04 | 79.2 | 0.88 | 0.67 |
| Hex | C5 | F5 | 5F | 14 | 0 | 3D | 4 | 4F | 58 | 43 |
| Octal | 305 | 365 | 137 | 24 | 0 | 75 | 4 | 117 | 130 | 103 |
| Binary | 11000101 | 11110101 | 1011111 | 10100 | 0 | 111101 | 100 | 1001111 | 1011000 | 1000011 |
Color Harmonies of #C5F55F
Complementary color
Monochromatic Colors of #C5F55F
Black with #C5F55F
Text Example
Text Example
White with #C5F55F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F55F; }
p { color: rgb(197,245,95); }
H1.HeaderClassName
{
color: #C5F55F;
}
.AnyTagClassName
{
color: #C5F55F;
}
</style>
background-color css
<style>
a { background-color: #C5F55F; }
a { background-color: rgb(197,245,95); }
div.DivClassName
{
background-color: #C5F55F;
}
.BgClassName
{
background-color: #C5F55F;
}
</style>
border-color css
<style>
span { border-color: #C5F55F; }
span { border-color: rgb(197,245,95); }
td.TdClassName
{
border-color: #C5F55F;
}
.TagClassName
{
border-color: #C5F55F;
}
</style>