Shades of Bright Green #5FE207
Tints of Bright Green #5FE207
RGB
CMYK
RGB Variations
Color information
#5FE207 (or 0x5FE207) is known color: Bright Green. HEX triplet: 5F, E2 and 07. RGB value is (95,226,7). Sum of RGB (Red+Green+Blue) = 95+226+7=328 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.96% from 328); Green value is 226 (88.67% from 255 or 68.90% from 328); Blue value is 7 (3.12% from 255 or 2.13% from 328); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE207 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE207 is #A01DF8. Grayscale: #A2A2A2. Windows color (decimal): -10493433 or 516703. OLE color: 516703.
HSL color Cylindrical-coordinate representation of color #5FE207: hue angle of 95.89º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE207 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.11 |
| HSL | 95.89º | 0.94% | 0.46% | - |
| HSV(B) | 95.89º | 0.97% | 0.89% | - |
| XYZ | 31.95 | 56.84 | 9.49 | - |
| YUV | 161.87 | 40.6 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 7 | 0.58 | 0 | 0.97 | 0.11 | 95.89 | 0.94 | 0.46 |
| Hex | 5F | E2 | 7 | 3A | 0 | 61 | B | 60 | 5E | 2E |
| Octal | 137 | 342 | 7 | 72 | 0 | 141 | 13 | 140 | 136 | 56 |
| Binary | 1011111 | 11100010 | 111 | 111010 | 0 | 1100001 | 1011 | 1100000 | 1011110 | 101110 |
Color Harmonies of #5FE207
Complementary color
Monochromatic Colors of #5FE207
Black with #5FE207
Text Example
Text Example
White with #5FE207
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE207; }
p { color: rgb(95,226,7); }
H1.HeaderClassName
{
color: #5FE207;
}
.AnyTagClassName
{
color: #5FE207;
}
</style>
background-color css
<style>
a { background-color: #5FE207; }
a { background-color: rgb(95,226,7); }
div.DivClassName
{
background-color: #5FE207;
}
.BgClassName
{
background-color: #5FE207;
}
</style>
border-color css
<style>
span { border-color: #5FE207; }
span { border-color: rgb(95,226,7); }
td.TdClassName
{
border-color: #5FE207;
}
.TagClassName
{
border-color: #5FE207;
}
</style>