Shades of Bright Green #5FE20C
Tints of Bright Green #5FE20C
RGB
CMYK
RGB Variations
Color information
#5FE20C (or 0x5FE20C) is known color: Bright Green. HEX triplet: 5F, E2 and 0C. RGB value is (95,226,12). Sum of RGB (Red+Green+Blue) = 95+226+12=333 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.53% from 333); Green value is 226 (88.67% from 255 or 67.87% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE20C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE20C is #A01DF3. Grayscale: #A3A3A3. Windows color (decimal): -10493428 or 844383. OLE color: 844383.
HSL color Cylindrical-coordinate representation of color #5FE20C: hue angle of 96.73º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FE20C is Cyan = 0.58, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 12 | - |
| CMYK | 0.58 | 0 | 0.95 | 0.11 |
| HSL | 96.73º | 0.9% | 0.47% | - |
| HSV(B) | 96.73º | 0.95% | 0.89% | - |
| XYZ | 31.98 | 56.85 | 9.64 | - |
| YUV | 162.44 | 43.1 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 12 | 0.58 | 0 | 0.95 | 0.11 | 96.73 | 0.9 | 0.47 |
| Hex | 5F | E2 | C | 3A | 0 | 5F | B | 61 | 5A | 2F |
| Octal | 137 | 342 | 14 | 72 | 0 | 137 | 13 | 141 | 132 | 57 |
| Binary | 1011111 | 11100010 | 1100 | 111010 | 0 | 1011111 | 1011 | 1100001 | 1011010 | 101111 |
Color Harmonies of #5FE20C
Complementary color
Monochromatic Colors of #5FE20C
Black with #5FE20C
Text Example
Text Example
White with #5FE20C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE20C; }
p { color: rgb(95,226,12); }
H1.HeaderClassName
{
color: #5FE20C;
}
.AnyTagClassName
{
color: #5FE20C;
}
</style>
background-color css
<style>
a { background-color: #5FE20C; }
a { background-color: rgb(95,226,12); }
div.DivClassName
{
background-color: #5FE20C;
}
.BgClassName
{
background-color: #5FE20C;
}
</style>
border-color css
<style>
span { border-color: #5FE20C; }
span { border-color: rgb(95,226,12); }
td.TdClassName
{
border-color: #5FE20C;
}
.TagClassName
{
border-color: #5FE20C;
}
</style>