Shades of Bright Green #5FF416
Tints of Bright Green #5FF416
RGB
CMYK
RGB Variations
Color information
#5FF416 (or 0x5FF416) is known color: Bright Green. HEX triplet: 5F, F4 and 16. RGB value is (95,244,22). Sum of RGB (Red+Green+Blue) = 95+244+22=361 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.32% from 361); Green value is 244 (95.70% from 255 or 67.59% from 361); Blue value is 22 (8.98% from 255 or 6.09% from 361); Max value from RGB is 244 - color contains mainly: green. Hex color #5FF416 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5FF416 is #A00BE9. Grayscale: #AEAEAE. Windows color (decimal): -10488810 or 1504351. OLE color: 1504351.
HSL color Cylindrical-coordinate representation of color #5FF416: hue angle of 100.27º degrees, saturation: 0.91, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5FF416 is Cyan = 0.61, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 95 | 244 | 22 | - |
| CMYK | 0.61 | 0 | 0.91 | 0.04 |
| HSL | 100.27º | 0.91% | 0.52% | - |
| HSV(B) | 100.27º | 0.91% | 0.96% | - |
| XYZ | 37.21 | 67.19 | 11.77 | - |
| YUV | 174.14 | 42.14 | 71.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 244 | 22 | 0.61 | 0 | 0.91 | 0.04 | 100.27 | 0.91 | 0.52 |
| Hex | 5F | F4 | 16 | 3D | 0 | 5B | 4 | 64 | 5B | 34 |
| Octal | 137 | 364 | 26 | 75 | 0 | 133 | 4 | 144 | 133 | 64 |
| Binary | 1011111 | 11110100 | 10110 | 111101 | 0 | 1011011 | 100 | 1100100 | 1011011 | 110100 |
Color Harmonies of #5FF416
Complementary color
Monochromatic Colors of #5FF416
Black with #5FF416
Text Example
Text Example
White with #5FF416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF416; }
p { color: rgb(95,244,22); }
H1.HeaderClassName
{
color: #5FF416;
}
.AnyTagClassName
{
color: #5FF416;
}
</style>
background-color css
<style>
a { background-color: #5FF416; }
a { background-color: rgb(95,244,22); }
div.DivClassName
{
background-color: #5FF416;
}
.BgClassName
{
background-color: #5FF416;
}
</style>
border-color css
<style>
span { border-color: #5FF416; }
span { border-color: rgb(95,244,22); }
td.TdClassName
{
border-color: #5FF416;
}
.TagClassName
{
border-color: #5FF416;
}
</style>