Shades of Bright Green #5FEA08
Tints of Bright Green #5FEA08
RGB
CMYK
RGB Variations
Color information
#5FEA08 (or 0x5FEA08) is known color: Bright Green. HEX triplet: 5F, EA and 08. RGB value is (95,234,8). Sum of RGB (Red+Green+Blue) = 95+234+8=337 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.19% from 337); Green value is 234 (91.80% from 255 or 69.44% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 234 - color contains mainly: green. Hex color #5FEA08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEA08 is #A015F7. Grayscale: #A7A7A7. Windows color (decimal): -10491384 or 584287. OLE color: 584287.
HSL color Cylindrical-coordinate representation of color #5FEA08: hue angle of 96.9º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5FEA08 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 95 | 234 | 8 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.08 |
| HSL | 96.9º | 0.93% | 0.47% | - |
| HSV(B) | 96.9º | 0.97% | 0.92% | - |
| XYZ | 34.19 | 61.3 | 10.26 | - |
| YUV | 166.68 | 38.45 | 76.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 234 | 8 | 0.59 | 0 | 0.97 | 0.08 | 96.9 | 0.93 | 0.47 |
| Hex | 5F | EA | 8 | 3B | 0 | 61 | 8 | 61 | 5D | 2F |
| Octal | 137 | 352 | 10 | 73 | 0 | 141 | 10 | 141 | 135 | 57 |
| Binary | 1011111 | 11101010 | 1000 | 111011 | 0 | 1100001 | 1000 | 1100001 | 1011101 | 101111 |
Color Harmonies of #5FEA08
Complementary color
Monochromatic Colors of #5FEA08
Black with #5FEA08
Text Example
Text Example
White with #5FEA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEA08; }
p { color: rgb(95,234,8); }
H1.HeaderClassName
{
color: #5FEA08;
}
.AnyTagClassName
{
color: #5FEA08;
}
</style>
background-color css
<style>
a { background-color: #5FEA08; }
a { background-color: rgb(95,234,8); }
div.DivClassName
{
background-color: #5FEA08;
}
.BgClassName
{
background-color: #5FEA08;
}
</style>
border-color css
<style>
span { border-color: #5FEA08; }
span { border-color: rgb(95,234,8); }
td.TdClassName
{
border-color: #5FEA08;
}
.TagClassName
{
border-color: #5FEA08;
}
</style>