Shades of Bright Green #5FE200
Tints of Bright Green #5FE200
RGB
CMYK
RGB Variations
Color information
#5FE200 (or 0x5FE200) is known color: Bright Green. HEX triplet: 5F, E2 and 00. RGB value is (95,226,0). Sum of RGB (Red+Green+Blue) = 95+226+0=321 (42% of max value = 765). Red value is 95 (37.5% from 255 or 29.60% from 321); Green value is 226 (88.67% from 255 or 70.40% from 321); Blue value is 0 (0.39% from 255 or 0% from 321); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE200 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE200 is #A01DFF. Grayscale: #A1A1A1. Windows color (decimal): -10493440 or 57951. OLE color: 57951.
HSL color Cylindrical-coordinate representation of color #5FE200: hue angle of 94.78º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5FE200 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.11 |
| HSL | 94.78º | 1% | 0.44% | - |
| HSV(B) | 94.78º | 1% | 0.89% | - |
| XYZ | 31.92 | 56.83 | 9.29 | - |
| YUV | 161.07 | 37.1 | 80.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 0 | 0.58 | 0 | 1 | 0.11 | 94.78 | 1 | 0.44 |
| Hex | 5F | E2 | 0 | 3A | 0 | 64 | B | 5F | 64 | 2C |
| Octal | 137 | 342 | 0 | 72 | 0 | 144 | 13 | 137 | 144 | 54 |
| Binary | 1011111 | 11100010 | 0 | 111010 | 0 | 1100100 | 1011 | 1011111 | 1100100 | 101100 |
Color Harmonies of #5FE200
Complementary color
Monochromatic Colors of #5FE200
Black with #5FE200
Text Example
Text Example
White with #5FE200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE200; }
p { color: rgb(95,226,0); }
H1.HeaderClassName
{
color: #5FE200;
}
.AnyTagClassName
{
color: #5FE200;
}
</style>
background-color css
<style>
a { background-color: #5FE200; }
a { background-color: rgb(95,226,0); }
div.DivClassName
{
background-color: #5FE200;
}
.BgClassName
{
background-color: #5FE200;
}
</style>
border-color css
<style>
span { border-color: #5FE200; }
span { border-color: rgb(95,226,0); }
td.TdClassName
{
border-color: #5FE200;
}
.TagClassName
{
border-color: #5FE200;
}
</style>