Shades of Bright Green #5AFF09
Tints of Bright Green #5AFF09
RGB
CMYK
RGB Variations
Color information
#5AFF09 (or 0x5AFF09) is known color: Bright Green. HEX triplet: 5A, FF and 09. RGB value is (90,255,9). Sum of RGB (Red+Green+Blue) = 90+255+9=354 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.42% from 354); Green value is 255 (100% from 255 or 72.03% from 354); Blue value is 9 (3.91% from 255 or 2.54% from 354); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF09 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFF09 is #A500F6. Grayscale: #B2B2B2. Windows color (decimal): -10813687 or 655194. OLE color: 655194.
HSL color Cylindrical-coordinate representation of color #5AFF09: hue angle of 100.24º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5AFF09 is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 9 | - |
| CMYK | 0.65 | 0 | 0.96 | 0 |
| HSL | 100.24º | 1% | 0.52% | - |
| HSV(B) | 100.24º | 0.96% | 1% | - |
| XYZ | 40.03 | 73.71 | 12.38 | - |
| YUV | 177.62 | 32.84 | 65.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 9 | 0.65 | 0 | 0.96 | 0 | 100.24 | 1 | 0.52 |
| Hex | 5A | FF | 9 | 41 | 0 | 60 | 0 | 64 | 64 | 34 |
| Octal | 132 | 377 | 11 | 101 | 0 | 140 | 0 | 144 | 144 | 64 |
| Binary | 1011010 | 11111111 | 1001 | 1000001 | 0 | 1100000 | 0 | 1100100 | 1100100 | 110100 |
Color Harmonies of #5AFF09
Complementary color
Monochromatic Colors of #5AFF09
Black with #5AFF09
Text Example
Text Example
White with #5AFF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF09; }
p { color: rgb(90,255,9); }
H1.HeaderClassName
{
color: #5AFF09;
}
.AnyTagClassName
{
color: #5AFF09;
}
</style>
background-color css
<style>
a { background-color: #5AFF09; }
a { background-color: rgb(90,255,9); }
div.DivClassName
{
background-color: #5AFF09;
}
.BgClassName
{
background-color: #5AFF09;
}
</style>
border-color css
<style>
span { border-color: #5AFF09; }
span { border-color: rgb(90,255,9); }
td.TdClassName
{
border-color: #5AFF09;
}
.TagClassName
{
border-color: #5AFF09;
}
</style>