Shades of Bright Green #5FE308
Tints of Bright Green #5FE308
RGB
CMYK
RGB Variations
Color information
#5FE308 (or 0x5FE308) is known color: Bright Green. HEX triplet: 5F, E3 and 08. RGB value is (95,227,8). Sum of RGB (Red+Green+Blue) = 95+227+8=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 227 (89.06% from 255 or 68.79% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE308 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE308 is #A01CF7. Grayscale: #A3A3A3. Windows color (decimal): -10493176 or 582495. OLE color: 582495.
HSL color Cylindrical-coordinate representation of color #5FE308: hue angle of 96.16º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5FE308 is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 8 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.11 |
| HSL | 96.16º | 0.93% | 0.46% | - |
| HSV(B) | 96.16º | 0.96% | 0.89% | - |
| XYZ | 32.23 | 57.39 | 9.61 | - |
| YUV | 162.57 | 40.77 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 8 | 0.58 | 0 | 0.96 | 0.11 | 96.16 | 0.93 | 0.46 |
| Hex | 5F | E3 | 8 | 3A | 0 | 60 | B | 60 | 5D | 2E |
| Octal | 137 | 343 | 10 | 72 | 0 | 140 | 13 | 140 | 135 | 56 |
| Binary | 1011111 | 11100011 | 1000 | 111010 | 0 | 1100000 | 1011 | 1100000 | 1011101 | 101110 |
Color Harmonies of #5FE308
Complementary color
Monochromatic Colors of #5FE308
Black with #5FE308
Text Example
Text Example
White with #5FE308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE308; }
p { color: rgb(95,227,8); }
H1.HeaderClassName
{
color: #5FE308;
}
.AnyTagClassName
{
color: #5FE308;
}
</style>
background-color css
<style>
a { background-color: #5FE308; }
a { background-color: rgb(95,227,8); }
div.DivClassName
{
background-color: #5FE308;
}
.BgClassName
{
background-color: #5FE308;
}
</style>
border-color css
<style>
span { border-color: #5FE308; }
span { border-color: rgb(95,227,8); }
td.TdClassName
{
border-color: #5FE308;
}
.TagClassName
{
border-color: #5FE308;
}
</style>