Shades of Bright Green #5AFF0B
Tints of Bright Green #5AFF0B
RGB
CMYK
RGB Variations
Color information
#5AFF0B (or 0x5AFF0B) is known color: Bright Green. HEX triplet: 5A, FF and 0B. RGB value is (90,255,11). Sum of RGB (Red+Green+Blue) = 90+255+11=356 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.28% from 356); Green value is 255 (100% from 255 or 71.63% from 356); Blue value is 11 (4.69% from 255 or 3.09% from 356); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF0B is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFF0B is #A500F4. Grayscale: #B2B2B2. Windows color (decimal): -10813685 or 786266. OLE color: 786266.
HSL color Cylindrical-coordinate representation of color #5AFF0B: hue angle of 100.57º 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 #5AFF0B is Cyan = 0.65, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 11 | - |
| CMYK | 0.65 | 0 | 0.96 | 0 |
| HSL | 100.57º | 1% | 0.52% | - |
| HSV(B) | 100.57º | 0.96% | 1% | - |
| XYZ | 40.04 | 73.72 | 12.44 | - |
| YUV | 177.85 | 33.84 | 65.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 11 | 0.65 | 0 | 0.96 | 0 | 100.57 | 1 | 0.52 |
| Hex | 5A | FF | B | 41 | 0 | 60 | 0 | 65 | 64 | 34 |
| Octal | 132 | 377 | 13 | 101 | 0 | 140 | 0 | 145 | 144 | 64 |
| Binary | 1011010 | 11111111 | 1011 | 1000001 | 0 | 1100000 | 0 | 1100101 | 1100100 | 110100 |
Color Harmonies of #5AFF0B
Complementary color
Monochromatic Colors of #5AFF0B
Black with #5AFF0B
Text Example
Text Example
White with #5AFF0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF0B; }
p { color: rgb(90,255,11); }
H1.HeaderClassName
{
color: #5AFF0B;
}
.AnyTagClassName
{
color: #5AFF0B;
}
</style>
background-color css
<style>
a { background-color: #5AFF0B; }
a { background-color: rgb(90,255,11); }
div.DivClassName
{
background-color: #5AFF0B;
}
.BgClassName
{
background-color: #5AFF0B;
}
</style>
border-color css
<style>
span { border-color: #5AFF0B; }
span { border-color: rgb(90,255,11); }
td.TdClassName
{
border-color: #5AFF0B;
}
.TagClassName
{
border-color: #5AFF0B;
}
</style>