Shades of Bright Green #5AF819
Tints of Bright Green #5AF819
RGB
CMYK
RGB Variations
Color information
#5AF819 (or 0x5AF819) is known color: Bright Green. HEX triplet: 5A, F8 and 19. RGB value is (90,248,25). Sum of RGB (Red+Green+Blue) = 90+248+25=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 248 (97.27% from 255 or 68.32% from 363); Blue value is 25 (10.16% from 255 or 6.89% from 363); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF819 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF819 is #A507E6. Grayscale: #B0B0B0. Windows color (decimal): -10815463 or 1701978. OLE color: 1701978.
HSL color Cylindrical-coordinate representation of color #5AF819: hue angle of 102.51º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AF819 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 25 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.03 |
| HSL | 102.51º | 0.94% | 0.54% | - |
| HSV(B) | 102.51º | 0.9% | 0.97% | - |
| XYZ | 37.96 | 69.38 | 12.31 | - |
| YUV | 175.34 | 43.15 | 67.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 25 | 0.64 | 0 | 0.90 | 0.03 | 102.51 | 0.94 | 0.54 |
| Hex | 5A | F8 | 19 | 40 | 0 | 5A | 3 | 67 | 5E | 36 |
| Octal | 132 | 370 | 31 | 100 | 0 | 132 | 3 | 147 | 136 | 66 |
| Binary | 1011010 | 11111000 | 11001 | 1000000 | 0 | 1011010 | 11 | 1100111 | 1011110 | 110110 |
Color Harmonies of #5AF819
Complementary color
Monochromatic Colors of #5AF819
Black with #5AF819
Text Example
Text Example
White with #5AF819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF819; }
p { color: rgb(90,248,25); }
H1.HeaderClassName
{
color: #5AF819;
}
.AnyTagClassName
{
color: #5AF819;
}
</style>
background-color css
<style>
a { background-color: #5AF819; }
a { background-color: rgb(90,248,25); }
div.DivClassName
{
background-color: #5AF819;
}
.BgClassName
{
background-color: #5AF819;
}
</style>
border-color css
<style>
span { border-color: #5AF819; }
span { border-color: rgb(90,248,25); }
td.TdClassName
{
border-color: #5AF819;
}
.TagClassName
{
border-color: #5AF819;
}
</style>