Shades of Bright Green #5FE50C
Tints of Bright Green #5FE50C
RGB
CMYK
RGB Variations
Color information
#5FE50C (or 0x5FE50C) is known color: Bright Green. HEX triplet: 5F, E5 and 0C. RGB value is (95,229,12). Sum of RGB (Red+Green+Blue) = 95+229+12=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 229 (89.84% from 255 or 68.15% from 336); Blue value is 12 (5.08% from 255 or 3.57% from 336); Max value from RGB is 229 - color contains mainly: green. Hex color #5FE50C is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE50C is #A01AF3. Grayscale: #A4A4A4. Windows color (decimal): -10492660 or 845151. OLE color: 845151.
HSL color Cylindrical-coordinate representation of color #5FE50C: hue angle of 97.05º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5FE50C is Cyan = 0.59, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 95 | 229 | 12 | - |
| CMYK | 0.59 | 0 | 0.95 | 0.10 |
| HSL | 97.05º | 0.9% | 0.47% | - |
| HSV(B) | 97.05º | 0.95% | 0.9% | - |
| XYZ | 32.8 | 58.5 | 9.91 | - |
| YUV | 164.2 | 42.11 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 229 | 12 | 0.59 | 0 | 0.95 | 0.10 | 97.05 | 0.9 | 0.47 |
| Hex | 5F | E5 | C | 3B | 0 | 5F | A | 61 | 5A | 2F |
| Octal | 137 | 345 | 14 | 73 | 0 | 137 | 12 | 141 | 132 | 57 |
| Binary | 1011111 | 11100101 | 1100 | 111011 | 0 | 1011111 | 1010 | 1100001 | 1011010 | 101111 |
Color Harmonies of #5FE50C
Complementary color
Monochromatic Colors of #5FE50C
Black with #5FE50C
Text Example
Text Example
White with #5FE50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE50C; }
p { color: rgb(95,229,12); }
H1.HeaderClassName
{
color: #5FE50C;
}
.AnyTagClassName
{
color: #5FE50C;
}
</style>
background-color css
<style>
a { background-color: #5FE50C; }
a { background-color: rgb(95,229,12); }
div.DivClassName
{
background-color: #5FE50C;
}
.BgClassName
{
background-color: #5FE50C;
}
</style>
border-color css
<style>
span { border-color: #5FE50C; }
span { border-color: rgb(95,229,12); }
td.TdClassName
{
border-color: #5FE50C;
}
.TagClassName
{
border-color: #5FE50C;
}
</style>