Shades of Bright Green #5FEF04
Tints of Bright Green #5FEF04
RGB
CMYK
RGB Variations
Color information
#5FEF04 (or 0x5FEF04) is known color: Bright Green. HEX triplet: 5F, EF and 04. RGB value is (95,239,4). Sum of RGB (Red+Green+Blue) = 95+239+4=338 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.11% from 338); Green value is 239 (93.75% from 255 or 70.71% from 338); Blue value is 4 (1.95% from 255 or 1.18% from 338); Max value from RGB is 239 - color contains mainly: green. Hex color #5FEF04 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FEF04 is #A010FB. Grayscale: #A9A9A9. Windows color (decimal): -10490108 or 323423. OLE color: 323423.
HSL color Cylindrical-coordinate representation of color #5FEF04: hue angle of 96.77º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5FEF04 is Cyan = 0.60, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 95 | 239 | 4 | - |
| CMYK | 0.60 | 0 | 0.98 | 0.06 |
| HSL | 96.77º | 0.97% | 0.48% | - |
| HSV(B) | 96.77º | 0.98% | 0.94% | - |
| XYZ | 35.61 | 64.17 | 10.63 | - |
| YUV | 169.15 | 34.79 | 75.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 239 | 4 | 0.60 | 0 | 0.98 | 0.06 | 96.77 | 0.97 | 0.48 |
| Hex | 5F | EF | 4 | 3C | 0 | 62 | 6 | 61 | 61 | 30 |
| Octal | 137 | 357 | 4 | 74 | 0 | 142 | 6 | 141 | 141 | 60 |
| Binary | 1011111 | 11101111 | 100 | 111100 | 0 | 1100010 | 110 | 1100001 | 1100001 | 110000 |
Color Harmonies of #5FEF04
Complementary color
Monochromatic Colors of #5FEF04
Black with #5FEF04
Text Example
Text Example
White with #5FEF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FEF04; }
p { color: rgb(95,239,4); }
H1.HeaderClassName
{
color: #5FEF04;
}
.AnyTagClassName
{
color: #5FEF04;
}
</style>
background-color css
<style>
a { background-color: #5FEF04; }
a { background-color: rgb(95,239,4); }
div.DivClassName
{
background-color: #5FEF04;
}
.BgClassName
{
background-color: #5FEF04;
}
</style>
border-color css
<style>
span { border-color: #5FEF04; }
span { border-color: rgb(95,239,4); }
td.TdClassName
{
border-color: #5FEF04;
}
.TagClassName
{
border-color: #5FEF04;
}
</style>