Shades of Bright Green #5AF828
Tints of Bright Green #5AF828
RGB
CMYK
RGB Variations
Color information
#5AF828 (or 0x5AF828) is known color: Bright Green. HEX triplet: 5A, F8 and 28. RGB value is (90,248,40). Sum of RGB (Red+Green+Blue) = 90+248+40=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 248 (97.27% from 255 or 65.61% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF828 is #A507D7. Grayscale: #B1B1B1. Windows color (decimal): -10815448 or 2685018. OLE color: 2685018.
HSL color Cylindrical-coordinate representation of color #5AF828: hue angle of 105.58º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5AF828 is Cyan = 0.64, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 40 | - |
| CMYK | 0.64 | 0 | 0.84 | 0.03 |
| HSL | 105.58º | 0.94% | 0.56% | - |
| HSV(B) | 105.58º | 0.84% | 0.97% | - |
| XYZ | 38.17 | 69.46 | 13.4 | - |
| YUV | 177.05 | 50.65 | 65.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 40 | 0.64 | 0 | 0.84 | 0.03 | 105.58 | 0.94 | 0.56 |
| Hex | 5A | F8 | 28 | 40 | 0 | 54 | 3 | 6A | 5E | 38 |
| Octal | 132 | 370 | 50 | 100 | 0 | 124 | 3 | 152 | 136 | 70 |
| Binary | 1011010 | 11111000 | 101000 | 1000000 | 0 | 1010100 | 11 | 1101010 | 1011110 | 111000 |
Color Harmonies of #5AF828
Complementary color
Monochromatic Colors of #5AF828
Black with #5AF828
Text Example
Text Example
White with #5AF828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF828; }
p { color: rgb(90,248,40); }
H1.HeaderClassName
{
color: #5AF828;
}
.AnyTagClassName
{
color: #5AF828;
}
</style>
background-color css
<style>
a { background-color: #5AF828; }
a { background-color: rgb(90,248,40); }
div.DivClassName
{
background-color: #5AF828;
}
.BgClassName
{
background-color: #5AF828;
}
</style>
border-color css
<style>
span { border-color: #5AF828; }
span { border-color: rgb(90,248,40); }
td.TdClassName
{
border-color: #5AF828;
}
.TagClassName
{
border-color: #5AF828;
}
</style>