Shades of Bright Green #5FE115
Tints of Bright Green #5FE115
RGB
CMYK
RGB Variations
Color information
#5FE115 (or 0x5FE115) is known color: Bright Green. HEX triplet: 5F, E1 and 15. RGB value is (95,225,21). Sum of RGB (Red+Green+Blue) = 95+225+21=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 225 (88.28% from 255 or 65.98% from 341); Blue value is 21 (8.59% from 255 or 6.16% from 341); Max value from RGB is 225 - color contains mainly: green. Hex color #5FE115 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE115 is #A01EEA. Grayscale: #A3A3A3. Windows color (decimal): -10493675 or 1433951. OLE color: 1433951.
HSL color Cylindrical-coordinate representation of color #5FE115: hue angle of 98.24º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FE115 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 225 | 21 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.12 |
| HSL | 98.24º | 0.83% | 0.48% | - |
| HSV(B) | 98.24º | 0.91% | 0.88% | - |
| XYZ | 31.78 | 56.34 | 9.91 | - |
| YUV | 162.87 | 47.93 | 79.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 225 | 21 | 0.58 | 0 | 0.91 | 0.12 | 98.24 | 0.83 | 0.48 |
| Hex | 5F | E1 | 15 | 3A | 0 | 5B | C | 62 | 53 | 30 |
| Octal | 137 | 341 | 25 | 72 | 0 | 133 | 14 | 142 | 123 | 60 |
| Binary | 1011111 | 11100001 | 10101 | 111010 | 0 | 1011011 | 1100 | 1100010 | 1010011 | 110000 |
Color Harmonies of #5FE115
Complementary color
Monochromatic Colors of #5FE115
Black with #5FE115
Text Example
Text Example
White with #5FE115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE115; }
p { color: rgb(95,225,21); }
H1.HeaderClassName
{
color: #5FE115;
}
.AnyTagClassName
{
color: #5FE115;
}
</style>
background-color css
<style>
a { background-color: #5FE115; }
a { background-color: rgb(95,225,21); }
div.DivClassName
{
background-color: #5FE115;
}
.BgClassName
{
background-color: #5FE115;
}
</style>
border-color css
<style>
span { border-color: #5FE115; }
span { border-color: rgb(95,225,21); }
td.TdClassName
{
border-color: #5FE115;
}
.TagClassName
{
border-color: #5FE115;
}
</style>