Shades of Bright Green #5FE008
Tints of Bright Green #5FE008
RGB
CMYK
RGB Variations
Color information
#5FE008 (or 0x5FE008) is known color: Bright Green. HEX triplet: 5F, E0 and 08. RGB value is (95,224,8). Sum of RGB (Red+Green+Blue) = 95+224+8=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE008 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE008 is #A01FF7. Grayscale: #A1A1A1. Windows color (decimal): -10493944 or 581727. OLE color: 581727.
HSL color Cylindrical-coordinate representation of color #5FE008: hue angle of 95.83º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FE008 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.12 |
| HSL | 95.83º | 0.93% | 0.45% | - |
| HSV(B) | 95.83º | 0.96% | 0.88% | - |
| XYZ | 31.42 | 55.76 | 9.34 | - |
| YUV | 160.81 | 41.76 | 81.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 8 | 0.58 | 0 | 0.96 | 0.12 | 95.83 | 0.93 | 0.45 |
| Hex | 5F | E0 | 8 | 3A | 0 | 60 | C | 60 | 5D | 2D |
| Octal | 137 | 340 | 10 | 72 | 0 | 140 | 14 | 140 | 135 | 55 |
| Binary | 1011111 | 11100000 | 1000 | 111010 | 0 | 1100000 | 1100 | 1100000 | 1011101 | 101101 |
Color Harmonies of #5FE008
Complementary color
Monochromatic Colors of #5FE008
Black with #5FE008
Text Example
Text Example
White with #5FE008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE008; }
p { color: rgb(95,224,8); }
H1.HeaderClassName
{
color: #5FE008;
}
.AnyTagClassName
{
color: #5FE008;
}
</style>
background-color css
<style>
a { background-color: #5FE008; }
a { background-color: rgb(95,224,8); }
div.DivClassName
{
background-color: #5FE008;
}
.BgClassName
{
background-color: #5FE008;
}
</style>
border-color css
<style>
span { border-color: #5FE008; }
span { border-color: rgb(95,224,8); }
td.TdClassName
{
border-color: #5FE008;
}
.TagClassName
{
border-color: #5FE008;
}
</style>