Shades of Bright Green #5AFB18
Tints of Bright Green #5AFB18
RGB
CMYK
RGB Variations
Color information
#5AFB18 (or 0x5AFB18) is known color: Bright Green. HEX triplet: 5A, FB and 18. RGB value is (90,251,24). Sum of RGB (Red+Green+Blue) = 90+251+24=365 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.66% from 365); Green value is 251 (98.44% from 255 or 68.77% from 365); Blue value is 24 (9.77% from 255 or 6.58% from 365); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB18 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFB18 is #A504E7. Grayscale: #B1B1B1. Windows color (decimal): -10814696 or 1637210. OLE color: 1637210.
HSL color Cylindrical-coordinate representation of color #5AFB18: hue angle of 102.56º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5AFB18 is Cyan = 0.64, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 24 | - |
| CMYK | 0.64 | 0 | 0.90 | 0.02 |
| HSL | 102.56º | 0.97% | 0.54% | - |
| HSV(B) | 102.56º | 0.9% | 0.98% | - |
| XYZ | 38.88 | 71.23 | 12.56 | - |
| YUV | 176.98 | 41.66 | 65.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 24 | 0.64 | 0 | 0.90 | 0.02 | 102.56 | 0.97 | 0.54 |
| Hex | 5A | FB | 18 | 40 | 0 | 5A | 2 | 67 | 61 | 36 |
| Octal | 132 | 373 | 30 | 100 | 0 | 132 | 2 | 147 | 141 | 66 |
| Binary | 1011010 | 11111011 | 11000 | 1000000 | 0 | 1011010 | 10 | 1100111 | 1100001 | 110110 |
Color Harmonies of #5AFB18
Complementary color
Monochromatic Colors of #5AFB18
Black with #5AFB18
Text Example
Text Example
White with #5AFB18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB18; }
p { color: rgb(90,251,24); }
H1.HeaderClassName
{
color: #5AFB18;
}
.AnyTagClassName
{
color: #5AFB18;
}
</style>
background-color css
<style>
a { background-color: #5AFB18; }
a { background-color: rgb(90,251,24); }
div.DivClassName
{
background-color: #5AFB18;
}
.BgClassName
{
background-color: #5AFB18;
}
</style>
border-color css
<style>
span { border-color: #5AFB18; }
span { border-color: rgb(90,251,24); }
td.TdClassName
{
border-color: #5AFB18;
}
.TagClassName
{
border-color: #5AFB18;
}
</style>