Shades of Bright Green #5FE425
Tints of Bright Green #5FE425
RGB
CMYK
RGB Variations
Color information
#5FE425 (or 0x5FE425) is known color: Bright Green. HEX triplet: 5F, E4 and 25. RGB value is (95,228,37). Sum of RGB (Red+Green+Blue) = 95+228+37=360 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.39% from 360); Green value is 228 (89.45% from 255 or 63.33% from 360); Blue value is 37 (14.84% from 255 or 10.28% from 360); Max value from RGB is 228 - color contains mainly: green. Hex color #5FE425 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FE425 is #A01BDA. Grayscale: #A7A7A7. Windows color (decimal): -10492891 or 2483295. OLE color: 2483295.
HSL color Cylindrical-coordinate representation of color #5FE425: hue angle of 101.78º degrees, saturation: 0.78, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5FE425 is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 228 | 37 | - |
| CMYK | 0.58 | 0 | 0.84 | 0.11 |
| HSL | 101.78º | 0.78% | 0.52% | - |
| HSV(B) | 101.78º | 0.84% | 0.89% | - |
| XYZ | 32.8 | 58.05 | 11.23 | - |
| YUV | 166.46 | 54.94 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 228 | 37 | 0.58 | 0 | 0.84 | 0.11 | 101.78 | 0.78 | 0.52 |
| Hex | 5F | E4 | 25 | 3A | 0 | 54 | B | 66 | 4E | 34 |
| Octal | 137 | 344 | 45 | 72 | 0 | 124 | 13 | 146 | 116 | 64 |
| Binary | 1011111 | 11100100 | 100101 | 111010 | 0 | 1010100 | 1011 | 1100110 | 1001110 | 110100 |
Color Harmonies of #5FE425
Complementary color
Monochromatic Colors of #5FE425
Black with #5FE425
Text Example
Text Example
White with #5FE425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE425; }
p { color: rgb(95,228,37); }
H1.HeaderClassName
{
color: #5FE425;
}
.AnyTagClassName
{
color: #5FE425;
}
</style>
background-color css
<style>
a { background-color: #5FE425; }
a { background-color: rgb(95,228,37); }
div.DivClassName
{
background-color: #5FE425;
}
.BgClassName
{
background-color: #5FE425;
}
</style>
border-color css
<style>
span { border-color: #5FE425; }
span { border-color: rgb(95,228,37); }
td.TdClassName
{
border-color: #5FE425;
}
.TagClassName
{
border-color: #5FE425;
}
</style>