Shades of Bright Green #5FE305
Tints of Bright Green #5FE305
RGB
CMYK
RGB Variations
Color information
#5FE305 (or 0x5FE305) is known color: Bright Green. HEX triplet: 5F, E3 and 05. RGB value is (95,227,5). Sum of RGB (Red+Green+Blue) = 95+227+5=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 227 (89.06% from 255 or 69.42% from 327); Blue value is 5 (2.34% from 255 or 1.53% from 327); Max value from RGB is 227 - color contains mainly: green. Hex color #5FE305 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #5FE305 is #A01CFA. Grayscale: #A2A2A2. Windows color (decimal): -10493179 or 385887. OLE color: 385887.
HSL color Cylindrical-coordinate representation of color #5FE305: hue angle of 95.68º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FE305 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 95 | 227 | 5 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.11 |
| HSL | 95.68º | 0.96% | 0.45% | - |
| HSV(B) | 95.68º | 0.98% | 0.89% | - |
| XYZ | 32.22 | 57.38 | 9.52 | - |
| YUV | 162.22 | 39.27 | 80.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 227 | 5 | 0.58 | 0 | 0.98 | 0.11 | 95.68 | 0.96 | 0.45 |
| Hex | 5F | E3 | 5 | 3A | 0 | 62 | B | 60 | 60 | 2D |
| Octal | 137 | 343 | 5 | 72 | 0 | 142 | 13 | 140 | 140 | 55 |
| Binary | 1011111 | 11100011 | 101 | 111010 | 0 | 1100010 | 1011 | 1100000 | 1100000 | 101101 |
Color Harmonies of #5FE305
Complementary color
Monochromatic Colors of #5FE305
Black with #5FE305
Text Example
Text Example
White with #5FE305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FE305; }
p { color: rgb(95,227,5); }
H1.HeaderClassName
{
color: #5FE305;
}
.AnyTagClassName
{
color: #5FE305;
}
</style>
background-color css
<style>
a { background-color: #5FE305; }
a { background-color: rgb(95,227,5); }
div.DivClassName
{
background-color: #5FE305;
}
.BgClassName
{
background-color: #5FE305;
}
</style>
border-color css
<style>
span { border-color: #5FE305; }
span { border-color: rgb(95,227,5); }
td.TdClassName
{
border-color: #5FE305;
}
.TagClassName
{
border-color: #5FE305;
}
</style>