Shades of Bright Green #5AF904
Tints of Bright Green #5AF904
RGB
CMYK
RGB Variations
Color information
#5AF904 (or 0x5AF904) is known color: Bright Green. HEX triplet: 5A, F9 and 04. RGB value is (90,249,4). Sum of RGB (Red+Green+Blue) = 90+249+4=343 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.24% from 343); Green value is 249 (97.66% from 255 or 72.59% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF904 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF904 is #A506FB. Grayscale: #AEAEAE. Windows color (decimal): -10815228 or 325978. OLE color: 325978.
HSL color Cylindrical-coordinate representation of color #5AF904: hue angle of 98.94º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5AF904 is Cyan = 0.64, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 4 | - |
| CMYK | 0.64 | 0 | 0.98 | 0.02 |
| HSL | 98.94º | 0.97% | 0.5% | - |
| HSV(B) | 98.94º | 0.98% | 0.98% | - |
| XYZ | 38.11 | 69.93 | 11.6 | - |
| YUV | 173.53 | 32.32 | 68.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 4 | 0.64 | 0 | 0.98 | 0.02 | 98.94 | 0.97 | 0.5 |
| Hex | 5A | F9 | 4 | 40 | 0 | 62 | 2 | 63 | 61 | 32 |
| Octal | 132 | 371 | 4 | 100 | 0 | 142 | 2 | 143 | 141 | 62 |
| Binary | 1011010 | 11111001 | 100 | 1000000 | 0 | 1100010 | 10 | 1100011 | 1100001 | 110010 |
Color Harmonies of #5AF904
Complementary color
Monochromatic Colors of #5AF904
Black with #5AF904
Text Example
Text Example
White with #5AF904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF904; }
p { color: rgb(90,249,4); }
H1.HeaderClassName
{
color: #5AF904;
}
.AnyTagClassName
{
color: #5AF904;
}
</style>
background-color css
<style>
a { background-color: #5AF904; }
a { background-color: rgb(90,249,4); }
div.DivClassName
{
background-color: #5AF904;
}
.BgClassName
{
background-color: #5AF904;
}
</style>
border-color css
<style>
span { border-color: #5AF904; }
span { border-color: rgb(90,249,4); }
td.TdClassName
{
border-color: #5AF904;
}
.TagClassName
{
border-color: #5AF904;
}
</style>