Shades of Bright Green #5FE007
Tints of Bright Green #5FE007
RGB
CMYK
RGB Variations
Color information
#5FE007 (or 0x5FE007) is known color: Bright Green. HEX triplet: 5F, E0 and 07. RGB value is (95,224,7). Sum of RGB (Red+Green+Blue) = 95+224+7=326 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.14% from 326); Green value is 224 (87.89% from 255 or 68.71% from 326); Blue value is 7 (3.12% from 255 or 2.15% from 326); Max value from RGB is 224 - color contains mainly: green. Hex color #5FE007 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE007 is #A01FF8. Grayscale: #A1A1A1. Windows color (decimal): -10493945 or 516191. OLE color: 516191.
HSL color Cylindrical-coordinate representation of color #5FE007: hue angle of 95.67º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FE007 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 95 | 224 | 7 | - |
| CMYK | 0.58 | 0 | 0.97 | 0.12 |
| HSL | 95.67º | 0.94% | 0.45% | - |
| HSV(B) | 95.67º | 0.97% | 0.88% | - |
| XYZ | 31.41 | 55.76 | 9.31 | - |
| YUV | 160.69 | 41.26 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 224 | 7 | 0.58 | 0 | 0.97 | 0.12 | 95.67 | 0.94 | 0.45 |
| Hex | 5F | E0 | 7 | 3A | 0 | 61 | C | 60 | 5E | 2D |
| Octal | 137 | 340 | 7 | 72 | 0 | 141 | 14 | 140 | 136 | 55 |
| Binary | 1011111 | 11100000 | 111 | 111010 | 0 | 1100001 | 1100 | 1100000 | 1011110 | 101101 |
Color Harmonies of #5FE007
Complementary color
Monochromatic Colors of #5FE007
Black with #5FE007
Text Example
Text Example
White with #5FE007
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE007; }
p { color: rgb(95,224,7); }
H1.HeaderClassName
{
color: #5FE007;
}
.AnyTagClassName
{
color: #5FE007;
}
</style>
background-color css
<style>
a { background-color: #5FE007; }
a { background-color: rgb(95,224,7); }
div.DivClassName
{
background-color: #5FE007;
}
.BgClassName
{
background-color: #5FE007;
}
</style>
border-color css
<style>
span { border-color: #5FE007; }
span { border-color: rgb(95,224,7); }
td.TdClassName
{
border-color: #5FE007;
}
.TagClassName
{
border-color: #5FE007;
}
</style>