Shades of Bright Green #5FF012
Tints of Bright Green #5FF012
RGB
CMYK
RGB Variations
Color information
#5FF012 (or 0x5FF012) is known color: Bright Green. HEX triplet: 5F, F0 and 12. RGB value is (95,240,18). Sum of RGB (Red+Green+Blue) = 95+240+18=353 (46% of max value = 765). Red value is 95 (37.5% from 255 or 26.91% from 353); Green value is 240 (94.14% from 255 or 67.99% from 353); Blue value is 18 (7.42% from 255 or 5.10% from 353); Max value from RGB is 240 - color contains mainly: green. Hex color #5FF012 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF012 is #A00FED. Grayscale: #ACACAC. Windows color (decimal): -10489838 or 1241183. OLE color: 1241183.
HSL color Cylindrical-coordinate representation of color #5FF012: hue angle of 99.19º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FF012 is Cyan = 0.60, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 240 | 18 | - |
| CMYK | 0.60 | 0 | 0.92 | 0.06 |
| HSL | 99.19º | 0.88% | 0.51% | - |
| HSV(B) | 99.19º | 0.93% | 0.94% | - |
| XYZ | 35.99 | 64.8 | 11.18 | - |
| YUV | 171.34 | 41.46 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 240 | 18 | 0.60 | 0 | 0.92 | 0.06 | 99.19 | 0.88 | 0.51 |
| Hex | 5F | F0 | 12 | 3C | 0 | 5C | 6 | 63 | 58 | 33 |
| Octal | 137 | 360 | 22 | 74 | 0 | 134 | 6 | 143 | 130 | 63 |
| Binary | 1011111 | 11110000 | 10010 | 111100 | 0 | 1011100 | 110 | 1100011 | 1011000 | 110011 |
Color Harmonies of #5FF012
Complementary color
Monochromatic Colors of #5FF012
Black with #5FF012
Text Example
Text Example
White with #5FF012
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF012; }
p { color: rgb(95,240,18); }
H1.HeaderClassName
{
color: #5FF012;
}
.AnyTagClassName
{
color: #5FF012;
}
</style>
background-color css
<style>
a { background-color: #5FF012; }
a { background-color: rgb(95,240,18); }
div.DivClassName
{
background-color: #5FF012;
}
.BgClassName
{
background-color: #5FF012;
}
</style>
border-color css
<style>
span { border-color: #5FF012; }
span { border-color: rgb(95,240,18); }
td.TdClassName
{
border-color: #5FF012;
}
.TagClassName
{
border-color: #5FF012;
}
</style>