Shades of Bright Green #5AFF2B
Tints of Bright Green #5AFF2B
RGB
CMYK
RGB Variations
Color information
#5AFF2B (or 0x5AFF2B) is known color: Bright Green. HEX triplet: 5A, FF and 2B. RGB value is (90,255,43). Sum of RGB (Red+Green+Blue) = 90+255+43=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 43 (17.19% from 255 or 11.08% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF2B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFF2B is #A500D4. Grayscale: #B6B6B6. Windows color (decimal): -10813653 or 2883418. OLE color: 2883418.
HSL color Cylindrical-coordinate representation of color #5AFF2B: hue angle of 106.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AFF2B is Cyan = 0.65, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 43 | - |
| CMYK | 0.65 | 0 | 0.83 | 0 |
| HSL | 106.7º | 1% | 0.58% | - |
| HSV(B) | 106.7º | 0.83% | 1% | - |
| XYZ | 40.41 | 73.87 | 14.41 | - |
| YUV | 181.5 | 49.84 | 62.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 43 | 0.65 | 0 | 0.83 | 0 | 106.7 | 1 | 0.58 |
| Hex | 5A | FF | 2B | 41 | 0 | 53 | 0 | 6B | 64 | 3A |
| Octal | 132 | 377 | 53 | 101 | 0 | 123 | 0 | 153 | 144 | 72 |
| Binary | 1011010 | 11111111 | 101011 | 1000001 | 0 | 1010011 | 0 | 1101011 | 1100100 | 111010 |
Color Harmonies of #5AFF2B
Complementary color
Monochromatic Colors of #5AFF2B
Black with #5AFF2B
Text Example
Text Example
White with #5AFF2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF2B; }
p { color: rgb(90,255,43); }
H1.HeaderClassName
{
color: #5AFF2B;
}
.AnyTagClassName
{
color: #5AFF2B;
}
</style>
background-color css
<style>
a { background-color: #5AFF2B; }
a { background-color: rgb(90,255,43); }
div.DivClassName
{
background-color: #5AFF2B;
}
.BgClassName
{
background-color: #5AFF2B;
}
</style>
border-color css
<style>
span { border-color: #5AFF2B; }
span { border-color: rgb(90,255,43); }
td.TdClassName
{
border-color: #5AFF2B;
}
.TagClassName
{
border-color: #5AFF2B;
}
</style>