Shades of Bright Green #5EF321
Tints of Bright Green #5EF321
RGB
CMYK
RGB Variations
Color information
#5EF321 (or 0x5EF321) is known color: Bright Green. HEX triplet: 5E, F3 and 21. RGB value is (94,243,33). Sum of RGB (Red+Green+Blue) = 94+243+33=370 (49% of max value = 765). Red value is 94 (37.11% from 255 or 25.41% from 370); Green value is 243 (95.31% from 255 or 65.68% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 243 - color contains mainly: green. Hex color #5EF321 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5EF321 is #A10CDE. Grayscale: #AFAFAF. Windows color (decimal): -10554591 or 2224990. OLE color: 2224990.
HSL color Cylindrical-coordinate representation of color #5EF321: hue angle of 102.57º degrees, saturation: 0.9, 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 #5EF321 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 94 | 243 | 33 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.05 |
| HSL | 102.57º | 0.9% | 0.54% | - |
| HSV(B) | 102.57º | 0.86% | 0.95% | - |
| XYZ | 36.94 | 66.59 | 12.35 | - |
| YUV | 174.51 | 48.14 | 70.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 243 | 33 | 0.61 | 0 | 0.86 | 0.05 | 102.57 | 0.9 | 0.54 |
| Hex | 5E | F3 | 21 | 3D | 0 | 56 | 5 | 67 | 5A | 36 |
| Octal | 136 | 363 | 41 | 75 | 0 | 126 | 5 | 147 | 132 | 66 |
| Binary | 1011110 | 11110011 | 100001 | 111101 | 0 | 1010110 | 101 | 1100111 | 1011010 | 110110 |
Color Harmonies of #5EF321
Complementary color
Monochromatic Colors of #5EF321
Black with #5EF321
Text Example
Text Example
White with #5EF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EF321; }
p { color: rgb(94,243,33); }
H1.HeaderClassName
{
color: #5EF321;
}
.AnyTagClassName
{
color: #5EF321;
}
</style>
background-color css
<style>
a { background-color: #5EF321; }
a { background-color: rgb(94,243,33); }
div.DivClassName
{
background-color: #5EF321;
}
.BgClassName
{
background-color: #5EF321;
}
</style>
border-color css
<style>
span { border-color: #5EF321; }
span { border-color: rgb(94,243,33); }
td.TdClassName
{
border-color: #5EF321;
}
.TagClassName
{
border-color: #5EF321;
}
</style>