Shades of Bright Green #5AF825
Tints of Bright Green #5AF825
RGB
CMYK
RGB Variations
Color information
#5AF825 (or 0x5AF825) is known color: Bright Green. HEX triplet: 5A, F8 and 25. RGB value is (90,248,37). Sum of RGB (Red+Green+Blue) = 90+248+37=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 248 (97.27% from 255 or 66.13% from 375); Blue value is 37 (14.84% from 255 or 9.87% from 375); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF825 is #A507DA. Grayscale: #B1B1B1. Windows color (decimal): -10815451 or 2488410. OLE color: 2488410.
HSL color Cylindrical-coordinate representation of color #5AF825: hue angle of 104.93º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5AF825 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 37 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.03 |
| HSL | 104.93º | 0.94% | 0.56% | - |
| HSV(B) | 104.93º | 0.85% | 0.97% | - |
| XYZ | 38.12 | 69.44 | 13.14 | - |
| YUV | 176.7 | 49.15 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 37 | 0.64 | 0 | 0.85 | 0.03 | 104.93 | 0.94 | 0.56 |
| Hex | 5A | F8 | 25 | 40 | 0 | 55 | 3 | 69 | 5E | 38 |
| Octal | 132 | 370 | 45 | 100 | 0 | 125 | 3 | 151 | 136 | 70 |
| Binary | 1011010 | 11111000 | 100101 | 1000000 | 0 | 1010101 | 11 | 1101001 | 1011110 | 111000 |
Color Harmonies of #5AF825
Complementary color
Monochromatic Colors of #5AF825
Black with #5AF825
Text Example
Text Example
White with #5AF825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF825; }
p { color: rgb(90,248,37); }
H1.HeaderClassName
{
color: #5AF825;
}
.AnyTagClassName
{
color: #5AF825;
}
</style>
background-color css
<style>
a { background-color: #5AF825; }
a { background-color: rgb(90,248,37); }
div.DivClassName
{
background-color: #5AF825;
}
.BgClassName
{
background-color: #5AF825;
}
</style>
border-color css
<style>
span { border-color: #5AF825; }
span { border-color: rgb(90,248,37); }
td.TdClassName
{
border-color: #5AF825;
}
.TagClassName
{
border-color: #5AF825;
}
</style>