Shades of Bright Green #5AF82B
Tints of Bright Green #5AF82B
RGB
CMYK
RGB Variations
Color information
#5AF82B (or 0x5AF82B) is known color: Bright Green. HEX triplet: 5A, F8 and 2B. RGB value is (90,248,43). Sum of RGB (Red+Green+Blue) = 90+248+43=381 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.62% from 381); Green value is 248 (97.27% from 255 or 65.09% from 381); Blue value is 43 (17.19% from 255 or 11.29% from 381); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF82B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF82B is #A507D4. Grayscale: #B2B2B2. Windows color (decimal): -10815445 or 2881626. OLE color: 2881626.
HSL color Cylindrical-coordinate representation of color #5AF82B: hue angle of 106.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF82B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 43 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.03 |
| HSL | 106.24º | 0.94% | 0.57% | - |
| HSV(B) | 106.24º | 0.83% | 0.97% | - |
| XYZ | 38.22 | 69.48 | 13.68 | - |
| YUV | 177.39 | 52.15 | 65.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 43 | 0.64 | 0 | 0.83 | 0.03 | 106.24 | 0.94 | 0.57 |
| Hex | 5A | F8 | 2B | 40 | 0 | 53 | 3 | 6A | 5E | 39 |
| Octal | 132 | 370 | 53 | 100 | 0 | 123 | 3 | 152 | 136 | 71 |
| Binary | 1011010 | 11111000 | 101011 | 1000000 | 0 | 1010011 | 11 | 1101010 | 1011110 | 111001 |
Color Harmonies of #5AF82B
Complementary color
Monochromatic Colors of #5AF82B
Black with #5AF82B
Text Example
Text Example
White with #5AF82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF82B; }
p { color: rgb(90,248,43); }
H1.HeaderClassName
{
color: #5AF82B;
}
.AnyTagClassName
{
color: #5AF82B;
}
</style>
background-color css
<style>
a { background-color: #5AF82B; }
a { background-color: rgb(90,248,43); }
div.DivClassName
{
background-color: #5AF82B;
}
.BgClassName
{
background-color: #5AF82B;
}
</style>
border-color css
<style>
span { border-color: #5AF82B; }
span { border-color: rgb(90,248,43); }
td.TdClassName
{
border-color: #5AF82B;
}
.TagClassName
{
border-color: #5AF82B;
}
</style>