Shades of Bright Green #5FE31C
Tints of Bright Green #5FE31C
RGB
CMYK
RGB Variations
Color information
#5FE31C (or 0x5FE31C) is known color: Bright Green. HEX triplet: 5F, E3 and 1C. RGB value is (95,227,28). Sum of RGB (Red+Green+Blue) = 95+227+28=350 (46% of max value = 765). Red value is 95 (37.5% from 255 or 27.14% from 350); Green value is 227 (89.06% from 255 or 64.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE31C is #A01CE3. Grayscale: #A5A5A5. Windows color (decimal): -10493156 or 1893215. OLE color: 1893215.
HSL color Cylindrical-coordinate representation of color #5FE31C: hue angle of 99.8º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5FE31C is Cyan = 0.58, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 28 | - |
| CMYK | 0.58 | 0 | 0.88 | 0.11 |
| HSL | 99.8º | 0.78% | 0.5% | - |
| HSV(B) | 99.8º | 0.88% | 0.89% | - |
| XYZ | 32.4 | 57.45 | 10.48 | - |
| YUV | 164.85 | 50.77 | 78.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 28 | 0.58 | 0 | 0.88 | 0.11 | 99.8 | 0.78 | 0.5 |
| Hex | 5F | E3 | 1C | 3A | 0 | 58 | B | 64 | 4E | 32 |
| Octal | 137 | 343 | 34 | 72 | 0 | 130 | 13 | 144 | 116 | 62 |
| Binary | 1011111 | 11100011 | 11100 | 111010 | 0 | 1011000 | 1011 | 1100100 | 1001110 | 110010 |
Color Harmonies of #5FE31C
Complementary color
Monochromatic Colors of #5FE31C
Black with #5FE31C
Text Example
Text Example
White with #5FE31C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE31C; }
p { color: rgb(95,227,28); }
H1.HeaderClassName
{
color: #5FE31C;
}
.AnyTagClassName
{
color: #5FE31C;
}
</style>
background-color css
<style>
a { background-color: #5FE31C; }
a { background-color: rgb(95,227,28); }
div.DivClassName
{
background-color: #5FE31C;
}
.BgClassName
{
background-color: #5FE31C;
}
</style>
border-color css
<style>
span { border-color: #5FE31C; }
span { border-color: rgb(95,227,28); }
td.TdClassName
{
border-color: #5FE31C;
}
.TagClassName
{
border-color: #5FE31C;
}
</style>