Shades of Bright Green #5FEA05
Tints of Bright Green #5FEA05
RGB
CMYK
RGB Variations
Color information
#5FEA05 (or 0x5FEA05) is known color: Bright Green. HEX triplet: 5F, EA and 05. RGB value is (95,234,5). Sum of RGB (Red+Green+Blue) = 95+234+5=334 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.44% from 334); Green value is 234 (91.80% from 255 or 70.06% from 334); Blue value is 5 (2.34% from 255 or 1.50% from 334); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA05 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEA05 is #A015FA. Grayscale: #A7A7A7. Windows color (decimal): -10491387 or 387679. OLE color: 387679.
HSL color Cylindrical-coordinate representation of color #5FEA05: hue angle of 96.42º degrees, saturation: 0.96, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FEA05 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 5 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.08 |
| HSL | 96.42º | 0.96% | 0.47% | - |
| HSV(B) | 96.42º | 0.98% | 0.92% | - |
| XYZ | 34.17 | 61.29 | 10.17 | - |
| YUV | 166.33 | 36.95 | 77.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 5 | 0.59 | 0 | 0.98 | 0.08 | 96.42 | 0.96 | 0.47 |
| Hex | 5F | EA | 5 | 3B | 0 | 62 | 8 | 60 | 60 | 2F |
| Octal | 137 | 352 | 5 | 73 | 0 | 142 | 10 | 140 | 140 | 57 |
| Binary | 1011111 | 11101010 | 101 | 111011 | 0 | 1100010 | 1000 | 1100000 | 1100000 | 101111 |
Color Harmonies of #5FEA05
Complementary color
Monochromatic Colors of #5FEA05
Black with #5FEA05
Text Example
Text Example
White with #5FEA05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA05; }
p { color: rgb(95,234,5); }
H1.HeaderClassName
{
color: #5FEA05;
}
.AnyTagClassName
{
color: #5FEA05;
}
</style>
background-color css
<style>
a { background-color: #5FEA05; }
a { background-color: rgb(95,234,5); }
div.DivClassName
{
background-color: #5FEA05;
}
.BgClassName
{
background-color: #5FEA05;
}
</style>
border-color css
<style>
span { border-color: #5FEA05; }
span { border-color: rgb(95,234,5); }
td.TdClassName
{
border-color: #5FEA05;
}
.TagClassName
{
border-color: #5FEA05;
}
</style>