Shades of Bright Green #5FF121
Tints of Bright Green #5FF121
RGB
CMYK
RGB Variations
Color information
#5FF121 (or 0x5FF121) is known color: Bright Green. HEX triplet: 5F, F1 and 21. RGB value is (95,241,33). Sum of RGB (Red+Green+Blue) = 95+241+33=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 241 (94.53% from 255 or 65.31% from 369); Blue value is 33 (13.28% from 255 or 8.94% from 369); Max value from RGB is 241 - color contains mainly: green. Hex color #5FF121 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5FF121 is #A00EDE. Grayscale: #AEAEAE. Windows color (decimal): -10489567 or 2224479. OLE color: 2224479.
HSL color Cylindrical-coordinate representation of color #5FF121: hue angle of 102.12º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5FF121 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 95 | 241 | 33 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.05 |
| HSL | 102.12º | 0.88% | 0.54% | - |
| HSV(B) | 102.12º | 0.86% | 0.95% | - |
| XYZ | 36.45 | 65.45 | 12.15 | - |
| YUV | 173.63 | 48.63 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 241 | 33 | 0.61 | 0 | 0.86 | 0.05 | 102.12 | 0.88 | 0.54 |
| Hex | 5F | F1 | 21 | 3D | 0 | 56 | 5 | 66 | 58 | 36 |
| Octal | 137 | 361 | 41 | 75 | 0 | 126 | 5 | 146 | 130 | 66 |
| Binary | 1011111 | 11110001 | 100001 | 111101 | 0 | 1010110 | 101 | 1100110 | 1011000 | 110110 |
Color Harmonies of #5FF121
Complementary color
Monochromatic Colors of #5FF121
Black with #5FF121
Text Example
Text Example
White with #5FF121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FF121; }
p { color: rgb(95,241,33); }
H1.HeaderClassName
{
color: #5FF121;
}
.AnyTagClassName
{
color: #5FF121;
}
</style>
background-color css
<style>
a { background-color: #5FF121; }
a { background-color: rgb(95,241,33); }
div.DivClassName
{
background-color: #5FF121;
}
.BgClassName
{
background-color: #5FF121;
}
</style>
border-color css
<style>
span { border-color: #5FF121; }
span { border-color: rgb(95,241,33); }
td.TdClassName
{
border-color: #5FF121;
}
.TagClassName
{
border-color: #5FF121;
}
</style>