Shades of Bright Green #5FF712
Tints of Bright Green #5FF712
RGB
CMYK
RGB Variations
Color information
#5FF712 (or 0x5FF712) is known color: Bright Green. HEX triplet: 5F, F7 and 12. RGB value is (95,247,18). Sum of RGB (Red+Green+Blue) = 95+247+18=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 247 (96.88% from 255 or 68.61% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF712 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF712 is #A008ED. Grayscale: #B0B0B0. Windows color (decimal): -10488046 or 1242975. OLE color: 1242975.
HSL color Cylindrical-coordinate representation of color #5FF712: hue angle of 99.83º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5FF712 is Cyan = 0.62, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 95 | 247 | 18 | - |
| CMYK | 0.62 | 0 | 0.93 | 0.03 |
| HSL | 99.83º | 0.93% | 0.52% | - |
| HSV(B) | 99.83º | 0.93% | 0.97% | - |
| XYZ | 38.09 | 69 | 11.88 | - |
| YUV | 175.45 | 39.14 | 70.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 247 | 18 | 0.62 | 0 | 0.93 | 0.03 | 99.83 | 0.93 | 0.52 |
| Hex | 5F | F7 | 12 | 3E | 0 | 5D | 3 | 64 | 5D | 34 |
| Octal | 137 | 367 | 22 | 76 | 0 | 135 | 3 | 144 | 135 | 64 |
| Binary | 1011111 | 11110111 | 10010 | 111110 | 0 | 1011101 | 11 | 1100100 | 1011101 | 110100 |
Color Harmonies of #5FF712
Complementary color
Monochromatic Colors of #5FF712
Black with #5FF712
Text Example
Text Example
White with #5FF712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF712; }
p { color: rgb(95,247,18); }
H1.HeaderClassName
{
color: #5FF712;
}
.AnyTagClassName
{
color: #5FF712;
}
</style>
background-color css
<style>
a { background-color: #5FF712; }
a { background-color: rgb(95,247,18); }
div.DivClassName
{
background-color: #5FF712;
}
.BgClassName
{
background-color: #5FF712;
}
</style>
border-color css
<style>
span { border-color: #5FF712; }
span { border-color: rgb(95,247,18); }
td.TdClassName
{
border-color: #5FF712;
}
.TagClassName
{
border-color: #5FF712;
}
</style>