Shades of Bright Green #5FE506
Tints of Bright Green #5FE506
RGB
CMYK
RGB Variations
Color information
#5FE506 (or 0x5FE506) is known color: Bright Green. HEX triplet: 5F, E5 and 06. RGB value is (95,229,6). Sum of RGB (Red+Green+Blue) = 95+229+6=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 229 (89.84% from 255 or 69.39% from 330); Blue value is 6 (2.73% from 255 or 1.82% from 330); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE506 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE506 is #A01AF9. Grayscale: #A4A4A4. Windows color (decimal): -10492666 or 451935. OLE color: 451935.
HSL color Cylindrical-coordinate representation of color #5FE506: hue angle of 96.05º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE506 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 6 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.10 |
| HSL | 96.05º | 0.95% | 0.46% | - |
| HSV(B) | 96.05º | 0.97% | 0.9% | - |
| XYZ | 32.77 | 58.48 | 9.73 | - |
| YUV | 163.51 | 39.11 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 6 | 0.59 | 0 | 0.97 | 0.10 | 96.05 | 0.95 | 0.46 |
| Hex | 5F | E5 | 6 | 3B | 0 | 61 | A | 60 | 5F | 2E |
| Octal | 137 | 345 | 6 | 73 | 0 | 141 | 12 | 140 | 137 | 56 |
| Binary | 1011111 | 11100101 | 110 | 111011 | 0 | 1100001 | 1010 | 1100000 | 1011111 | 101110 |
Color Harmonies of #5FE506
Complementary color
Monochromatic Colors of #5FE506
Black with #5FE506
Text Example
Text Example
White with #5FE506
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE506; }
p { color: rgb(95,229,6); }
H1.HeaderClassName
{
color: #5FE506;
}
.AnyTagClassName
{
color: #5FE506;
}
</style>
background-color css
<style>
a { background-color: #5FE506; }
a { background-color: rgb(95,229,6); }
div.DivClassName
{
background-color: #5FE506;
}
.BgClassName
{
background-color: #5FE506;
}
</style>
border-color css
<style>
span { border-color: #5FE506; }
span { border-color: rgb(95,229,6); }
td.TdClassName
{
border-color: #5FE506;
}
.TagClassName
{
border-color: #5FE506;
}
</style>