Shades of Bright Green #5AE921
Tints of Bright Green #5AE921
RGB
CMYK
RGB Variations
Color information
#5AE921 (or 0x5AE921) is known color: Bright Green. HEX triplet: 5A, E9 and 21. RGB value is (90,233,33). Sum of RGB (Red+Green+Blue) = 90+233+33=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 233 (91.41% from 255 or 65.45% from 356); Blue value is 33 (13.28% from 255 or 9.27% from 356); Max value from RGB is 233 - color contains mainly: green. Hex color #5AE921 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AE921 is #A516DE. Grayscale: #A8A8A8. Windows color (decimal): -10819295 or 2222426. OLE color: 2222426.
HSL color Cylindrical-coordinate representation of color #5AE921: hue angle of 102.9º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AE921 is Cyan = 0.61, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 233 | 33 | - |
| CMYK | 0.61 | 0 | 0.86 | 0.09 |
| HSL | 102.9º | 0.82% | 0.52% | - |
| HSV(B) | 102.9º | 0.86% | 0.91% | - |
| XYZ | 33.63 | 60.56 | 11.36 | - |
| YUV | 167.44 | 52.12 | 72.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 233 | 33 | 0.61 | 0 | 0.86 | 0.09 | 102.9 | 0.82 | 0.52 |
| Hex | 5A | E9 | 21 | 3D | 0 | 56 | 9 | 67 | 52 | 34 |
| Octal | 132 | 351 | 41 | 75 | 0 | 126 | 11 | 147 | 122 | 64 |
| Binary | 1011010 | 11101001 | 100001 | 111101 | 0 | 1010110 | 1001 | 1100111 | 1010010 | 110100 |
Color Harmonies of #5AE921
Complementary color
Monochromatic Colors of #5AE921
Black with #5AE921
Text Example
Text Example
White with #5AE921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AE921; }
p { color: rgb(90,233,33); }
H1.HeaderClassName
{
color: #5AE921;
}
.AnyTagClassName
{
color: #5AE921;
}
</style>
background-color css
<style>
a { background-color: #5AE921; }
a { background-color: rgb(90,233,33); }
div.DivClassName
{
background-color: #5AE921;
}
.BgClassName
{
background-color: #5AE921;
}
</style>
border-color css
<style>
span { border-color: #5AE921; }
span { border-color: rgb(90,233,33); }
td.TdClassName
{
border-color: #5AE921;
}
.TagClassName
{
border-color: #5AE921;
}
</style>