Shades of Bright Green #5AFF24
Tints of Bright Green #5AFF24
RGB
CMYK
RGB Variations
Color information
#5AFF24 (or 0x5AFF24) is known color: Bright Green. HEX triplet: 5A, FF and 24. RGB value is (90,255,36). Sum of RGB (Red+Green+Blue) = 90+255+36=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 255 (100% from 255 or 66.93% from 381); Blue value is 36 (14.45% from 255 or 9.45% from 381); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF24 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFF24 is #A500DB. Grayscale: #B5B5B5. Windows color (decimal): -10813660 or 2424666. OLE color: 2424666.
HSL color Cylindrical-coordinate representation of color #5AFF24: hue angle of 105.21º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AFF24 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 36 | - |
| CMYK | 0.65 | 0 | 0.86 | 0 |
| HSL | 105.21º | 1% | 0.57% | - |
| HSV(B) | 105.21º | 0.86% | 1% | - |
| XYZ | 40.29 | 73.82 | 13.79 | - |
| YUV | 180.7 | 46.34 | 63.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 36 | 0.65 | 0 | 0.86 | 0 | 105.21 | 1 | 0.57 |
| Hex | 5A | FF | 24 | 41 | 0 | 56 | 0 | 69 | 64 | 39 |
| Octal | 132 | 377 | 44 | 101 | 0 | 126 | 0 | 151 | 144 | 71 |
| Binary | 1011010 | 11111111 | 100100 | 1000001 | 0 | 1010110 | 0 | 1101001 | 1100100 | 111001 |
Color Harmonies of #5AFF24
Complementary color
Monochromatic Colors of #5AFF24
Black with #5AFF24
Text Example
Text Example
White with #5AFF24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF24; }
p { color: rgb(90,255,36); }
H1.HeaderClassName
{
color: #5AFF24;
}
.AnyTagClassName
{
color: #5AFF24;
}
</style>
background-color css
<style>
a { background-color: #5AFF24; }
a { background-color: rgb(90,255,36); }
div.DivClassName
{
background-color: #5AFF24;
}
.BgClassName
{
background-color: #5AFF24;
}
</style>
border-color css
<style>
span { border-color: #5AFF24; }
span { border-color: rgb(90,255,36); }
td.TdClassName
{
border-color: #5AFF24;
}
.TagClassName
{
border-color: #5AFF24;
}
</style>