Shades of Bright Green #5FE520
Tints of Bright Green #5FE520
RGB
CMYK
RGB Variations
Color information
#5FE520 (or 0x5FE520) is known color: Bright Green. HEX triplet: 5F, E5 and 20. RGB value is (95,229,32). Sum of RGB (Red+Green+Blue) = 95+229+32=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 229 (89.84% from 255 or 64.33% from 356); Blue value is 32 (12.89% from 255 or 8.99% from 356); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE520 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE520 is #A01ADF. Grayscale: #A7A7A7. Windows color (decimal): -10492640 or 2155871. OLE color: 2155871.
HSL color Cylindrical-coordinate representation of color #5FE520: hue angle of 100.81º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FE520 is Cyan = 0.59, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 32 | - |
| CMYK | 0.59 | 0 | 0.86 | 0.10 |
| HSL | 100.81º | 0.79% | 0.51% | - |
| HSV(B) | 100.81º | 0.86% | 0.9% | - |
| XYZ | 33 | 58.58 | 10.93 | - |
| YUV | 166.48 | 52.11 | 77.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 32 | 0.59 | 0 | 0.86 | 0.10 | 100.81 | 0.79 | 0.51 |
| Hex | 5F | E5 | 20 | 3B | 0 | 56 | A | 65 | 4F | 33 |
| Octal | 137 | 345 | 40 | 73 | 0 | 126 | 12 | 145 | 117 | 63 |
| Binary | 1011111 | 11100101 | 100000 | 111011 | 0 | 1010110 | 1010 | 1100101 | 1001111 | 110011 |
Color Harmonies of #5FE520
Complementary color
Monochromatic Colors of #5FE520
Black with #5FE520
Text Example
Text Example
White with #5FE520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE520; }
p { color: rgb(95,229,32); }
H1.HeaderClassName
{
color: #5FE520;
}
.AnyTagClassName
{
color: #5FE520;
}
</style>
background-color css
<style>
a { background-color: #5FE520; }
a { background-color: rgb(95,229,32); }
div.DivClassName
{
background-color: #5FE520;
}
.BgClassName
{
background-color: #5FE520;
}
</style>
border-color css
<style>
span { border-color: #5FE520; }
span { border-color: rgb(95,229,32); }
td.TdClassName
{
border-color: #5FE520;
}
.TagClassName
{
border-color: #5FE520;
}
</style>