Shades of Bright Green #5FFA14
Tints of Bright Green #5FFA14
RGB
CMYK
RGB Variations
Color information
#5FFA14 (or 0x5FFA14) is known color: Bright Green. HEX triplet: 5F, FA and 14. RGB value is (95,250,20). Sum of RGB (Red+Green+Blue) = 95+250+20=365 (48% of max value = 765). Red value is 95 (37.5% from 255 or 26.03% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 20 (8.20% from 255 or 5.48% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFA14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FFA14 is #A005EB. Grayscale: #B2B2B2. Windows color (decimal): -10487276 or 1374815. OLE color: 1374815.
HSL color Cylindrical-coordinate representation of color #5FFA14: hue angle of 100.43º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5FFA14 is Cyan = 0.62, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 95 | 250 | 20 | - |
| CMYK | 0.62 | 0 | 0.92 | 0.02 |
| HSL | 100.43º | 0.96% | 0.53% | - |
| HSV(B) | 100.43º | 0.92% | 0.98% | - |
| XYZ | 39.03 | 70.85 | 12.28 | - |
| YUV | 177.44 | 39.15 | 69.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 250 | 20 | 0.62 | 0 | 0.92 | 0.02 | 100.43 | 0.96 | 0.53 |
| Hex | 5F | FA | 14 | 3E | 0 | 5C | 2 | 64 | 60 | 35 |
| Octal | 137 | 372 | 24 | 76 | 0 | 134 | 2 | 144 | 140 | 65 |
| Binary | 1011111 | 11111010 | 10100 | 111110 | 0 | 1011100 | 10 | 1100100 | 1100000 | 110101 |
Color Harmonies of #5FFA14
Complementary color
Monochromatic Colors of #5FFA14
Black with #5FFA14
Text Example
Text Example
White with #5FFA14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FFA14; }
p { color: rgb(95,250,20); }
H1.HeaderClassName
{
color: #5FFA14;
}
.AnyTagClassName
{
color: #5FFA14;
}
</style>
background-color css
<style>
a { background-color: #5FFA14; }
a { background-color: rgb(95,250,20); }
div.DivClassName
{
background-color: #5FFA14;
}
.BgClassName
{
background-color: #5FFA14;
}
</style>
border-color css
<style>
span { border-color: #5FFA14; }
span { border-color: rgb(95,250,20); }
td.TdClassName
{
border-color: #5FFA14;
}
.TagClassName
{
border-color: #5FFA14;
}
</style>