Shades of Bright Green #5FE214
Tints of Bright Green #5FE214
RGB
CMYK
RGB Variations
Color information
#5FE214 (or 0x5FE214) is known color: Bright Green. HEX triplet: 5F, E2 and 14. RGB value is (95,226,20). Sum of RGB (Red+Green+Blue) = 95+226+20=341 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.86% from 341); Green value is 226 (88.67% from 255 or 66.28% from 341); Blue value is 20 (8.20% from 255 or 5.87% from 341); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE214 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE214 is #A01DEB. Grayscale: #A4A4A4. Windows color (decimal): -10493420 or 1368671. OLE color: 1368671.
HSL color Cylindrical-coordinate representation of color #5FE214: hue angle of 98.16º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FE214 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 20 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.11 |
| HSL | 98.16º | 0.84% | 0.48% | - |
| HSV(B) | 98.16º | 0.91% | 0.89% | - |
| XYZ | 32.04 | 56.88 | 9.95 | - |
| YUV | 163.35 | 47.1 | 79.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 20 | 0.58 | 0 | 0.91 | 0.11 | 98.16 | 0.84 | 0.48 |
| Hex | 5F | E2 | 14 | 3A | 0 | 5B | B | 62 | 54 | 30 |
| Octal | 137 | 342 | 24 | 72 | 0 | 133 | 13 | 142 | 124 | 60 |
| Binary | 1011111 | 11100010 | 10100 | 111010 | 0 | 1011011 | 1011 | 1100010 | 1010100 | 110000 |
Color Harmonies of #5FE214
Complementary color
Monochromatic Colors of #5FE214
Black with #5FE214
Text Example
Text Example
White with #5FE214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE214; }
p { color: rgb(95,226,20); }
H1.HeaderClassName
{
color: #5FE214;
}
.AnyTagClassName
{
color: #5FE214;
}
</style>
background-color css
<style>
a { background-color: #5FE214; }
a { background-color: rgb(95,226,20); }
div.DivClassName
{
background-color: #5FE214;
}
.BgClassName
{
background-color: #5FE214;
}
</style>
border-color css
<style>
span { border-color: #5FE214; }
span { border-color: rgb(95,226,20); }
td.TdClassName
{
border-color: #5FE214;
}
.TagClassName
{
border-color: #5FE214;
}
</style>