Shades of Bright Green #5FE20D
Tints of Bright Green #5FE20D
RGB
CMYK
RGB Variations
Color information
#5FE20D (or 0x5FE20D) is known color: Bright Green. HEX triplet: 5F, E2 and 0D. RGB value is (95,226,13). Sum of RGB (Red+Green+Blue) = 95+226+13=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 226 (88.67% from 255 or 67.66% from 334); Blue value is 13 (5.47% from 255 or 3.89% from 334); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE20D is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE20D is #A01DF2. Grayscale: #A3A3A3. Windows color (decimal): -10493427 or 909919. OLE color: 909919.
HSL color Cylindrical-coordinate representation of color #5FE20D: hue angle of 96.9º degrees, saturation: 0.89, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5FE20D is Cyan = 0.58, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 13 | - |
| CMYK | 0.58 | 0 | 0.94 | 0.11 |
| HSL | 96.9º | 0.89% | 0.47% | - |
| HSV(B) | 96.9º | 0.94% | 0.89% | - |
| XYZ | 31.99 | 56.85 | 9.67 | - |
| YUV | 162.55 | 43.6 | 79.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 13 | 0.58 | 0 | 0.94 | 0.11 | 96.9 | 0.89 | 0.47 |
| Hex | 5F | E2 | D | 3A | 0 | 5E | B | 61 | 59 | 2F |
| Octal | 137 | 342 | 15 | 72 | 0 | 136 | 13 | 141 | 131 | 57 |
| Binary | 1011111 | 11100010 | 1101 | 111010 | 0 | 1011110 | 1011 | 1100001 | 1011001 | 101111 |
Color Harmonies of #5FE20D
Complementary color
Monochromatic Colors of #5FE20D
Black with #5FE20D
Text Example
Text Example
White with #5FE20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE20D; }
p { color: rgb(95,226,13); }
H1.HeaderClassName
{
color: #5FE20D;
}
.AnyTagClassName
{
color: #5FE20D;
}
</style>
background-color css
<style>
a { background-color: #5FE20D; }
a { background-color: rgb(95,226,13); }
div.DivClassName
{
background-color: #5FE20D;
}
.BgClassName
{
background-color: #5FE20D;
}
</style>
border-color css
<style>
span { border-color: #5FE20D; }
span { border-color: rgb(95,226,13); }
td.TdClassName
{
border-color: #5FE20D;
}
.TagClassName
{
border-color: #5FE20D;
}
</style>