Shades of Bright Green #5AF802
Tints of Bright Green #5AF802
RGB
CMYK
RGB Variations
Color information
#5AF802 (or 0x5AF802) is known color: Bright Green. HEX triplet: 5A, F8 and 02. RGB value is (90,248,2). Sum of RGB (Red+Green+Blue) = 90+248+2=340 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.47% from 340); Green value is 248 (97.27% from 255 or 72.94% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF802 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF802 is #A507FD. Grayscale: #ADADAD. Windows color (decimal): -10815486 or 194650. OLE color: 194650.
HSL color Cylindrical-coordinate representation of color #5AF802: hue angle of 98.54º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5AF802 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 2 | - |
| CMYK | 0.64 | 0 | 0.99 | 0.03 |
| HSL | 98.54º | 0.98% | 0.49% | - |
| HSV(B) | 98.54º | 0.99% | 0.97% | - |
| XYZ | 37.79 | 69.31 | 11.44 | - |
| YUV | 172.71 | 31.65 | 69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 2 | 0.64 | 0 | 0.99 | 0.03 | 98.54 | 0.98 | 0.49 |
| Hex | 5A | F8 | 2 | 40 | 0 | 63 | 3 | 63 | 62 | 31 |
| Octal | 132 | 370 | 2 | 100 | 0 | 143 | 3 | 143 | 142 | 61 |
| Binary | 1011010 | 11111000 | 10 | 1000000 | 0 | 1100011 | 11 | 1100011 | 1100010 | 110001 |
Color Harmonies of #5AF802
Complementary color
Monochromatic Colors of #5AF802
Black with #5AF802
Text Example
Text Example
White with #5AF802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF802; }
p { color: rgb(90,248,2); }
H1.HeaderClassName
{
color: #5AF802;
}
.AnyTagClassName
{
color: #5AF802;
}
</style>
background-color css
<style>
a { background-color: #5AF802; }
a { background-color: rgb(90,248,2); }
div.DivClassName
{
background-color: #5AF802;
}
.BgClassName
{
background-color: #5AF802;
}
</style>
border-color css
<style>
span { border-color: #5AF802; }
span { border-color: rgb(90,248,2); }
td.TdClassName
{
border-color: #5AF802;
}
.TagClassName
{
border-color: #5AF802;
}
</style>