Shades of Mindaro #C5F15F
Tints of Mindaro #C5F15F
RGB
CMYK
RGB Variations
Color information
#C5F15F (or 0xC5F15F) is known color: Mindaro. HEX triplet: C5, F1 and 5F. RGB value is (197,241,95). Sum of RGB (Red+Green+Blue) = 197+241+95=533 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.96% from 533); Green value is 241 (94.53% from 255 or 45.22% from 533); Blue value is 95 (37.5% from 255 or 17.82% from 533); Max value from RGB is 241 - color contains mainly: green. Hex color #C5F15F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C5F15F is #3A0EA0. Grayscale: #D3D3D3. Windows color (decimal): -3804833 or 6287813. OLE color: 6287813.
HSL color Cylindrical-coordinate representation of color #C5F15F: hue angle of 78.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C5F15F is Cyan = 0.18, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 197 | 241 | 95 | - |
| CMYK | 0.18 | 0 | 0.61 | 0.05 |
| HSL | 78.08º | 0.84% | 0.66% | - |
| HSV(B) | 78.08º | 0.61% | 0.95% | - |
| XYZ | 56.55 | 75.61 | 22.44 | - |
| YUV | 211.2 | 62.42 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 241 | 95 | 0.18 | 0 | 0.61 | 0.05 | 78.08 | 0.84 | 0.66 |
| Hex | C5 | F1 | 5F | 12 | 0 | 3D | 5 | 4E | 54 | 42 |
| Octal | 305 | 361 | 137 | 22 | 0 | 75 | 5 | 116 | 124 | 102 |
| Binary | 11000101 | 11110001 | 1011111 | 10010 | 0 | 111101 | 101 | 1001110 | 1010100 | 1000010 |
Color Harmonies of #C5F15F
Complementary color
Monochromatic Colors of #C5F15F
Black with #C5F15F
Text Example
Text Example
White with #C5F15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5F15F; }
p { color: rgb(197,241,95); }
H1.HeaderClassName
{
color: #C5F15F;
}
.AnyTagClassName
{
color: #C5F15F;
}
</style>
background-color css
<style>
a { background-color: #C5F15F; }
a { background-color: rgb(197,241,95); }
div.DivClassName
{
background-color: #C5F15F;
}
.BgClassName
{
background-color: #C5F15F;
}
</style>
border-color css
<style>
span { border-color: #C5F15F; }
span { border-color: rgb(197,241,95); }
td.TdClassName
{
border-color: #C5F15F;
}
.TagClassName
{
border-color: #C5F15F;
}
</style>