Shades of Bright Green #5FE206
Tints of Bright Green #5FE206
RGB
CMYK
RGB Variations
Color information
#5FE206 (or 0x5FE206) is known color: Bright Green. HEX triplet: 5F, E2 and 06. RGB value is (95,226,6). Sum of RGB (Red+Green+Blue) = 95+226+6=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 226 (88.67% from 255 or 69.11% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 226 - color contains mainly: green. Hex color #5FE206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE206 is #A01DF9. Grayscale: #A2A2A2. Windows color (decimal): -10493434 or 451167. OLE color: 451167.
HSL color Cylindrical-coordinate representation of color #5FE206: hue angle of 95.73º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE206 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 226 | 6 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.11 |
| HSL | 95.73º | 0.95% | 0.45% | - |
| HSV(B) | 95.73º | 0.97% | 0.89% | - |
| XYZ | 31.95 | 56.84 | 9.46 | - |
| YUV | 161.75 | 40.1 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 226 | 6 | 0.58 | 0 | 0.97 | 0.11 | 95.73 | 0.95 | 0.45 |
| Hex | 5F | E2 | 6 | 3A | 0 | 61 | B | 60 | 5F | 2D |
| Octal | 137 | 342 | 6 | 72 | 0 | 141 | 13 | 140 | 137 | 55 |
| Binary | 1011111 | 11100010 | 110 | 111010 | 0 | 1100001 | 1011 | 1100000 | 1011111 | 101101 |
Color Harmonies of #5FE206
Complementary color
Monochromatic Colors of #5FE206
Black with #5FE206
Text Example
Text Example
White with #5FE206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE206; }
p { color: rgb(95,226,6); }
H1.HeaderClassName
{
color: #5FE206;
}
.AnyTagClassName
{
color: #5FE206;
}
</style>
background-color css
<style>
a { background-color: #5FE206; }
a { background-color: rgb(95,226,6); }
div.DivClassName
{
background-color: #5FE206;
}
.BgClassName
{
background-color: #5FE206;
}
</style>
border-color css
<style>
span { border-color: #5FE206; }
span { border-color: rgb(95,226,6); }
td.TdClassName
{
border-color: #5FE206;
}
.TagClassName
{
border-color: #5FE206;
}
</style>