Shades of Bright Green #5AF823
Tints of Bright Green #5AF823
RGB
CMYK
RGB Variations
Color information
#5AF823 (or 0x5AF823) is known color: Bright Green. HEX triplet: 5A, F8 and 23. RGB value is (90,248,35). Sum of RGB (Red+Green+Blue) = 90+248+35=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 248 (97.27% from 255 or 66.49% from 373); Blue value is 35 (14.06% from 255 or 9.38% from 373); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF823 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF823 is #A507DC. Grayscale: #B1B1B1. Windows color (decimal): -10815453 or 2357338. OLE color: 2357338.
HSL color Cylindrical-coordinate representation of color #5AF823: hue angle of 104.51º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5AF823 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 35 | - |
| CMYK | 0.64 | 0 | 0.86 | 0.03 |
| HSL | 104.51º | 0.94% | 0.55% | - |
| HSV(B) | 104.51º | 0.86% | 0.97% | - |
| XYZ | 38.09 | 69.43 | 12.98 | - |
| YUV | 176.48 | 48.15 | 66.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 35 | 0.64 | 0 | 0.86 | 0.03 | 104.51 | 0.94 | 0.55 |
| Hex | 5A | F8 | 23 | 40 | 0 | 56 | 3 | 69 | 5E | 37 |
| Octal | 132 | 370 | 43 | 100 | 0 | 126 | 3 | 151 | 136 | 67 |
| Binary | 1011010 | 11111000 | 100011 | 1000000 | 0 | 1010110 | 11 | 1101001 | 1011110 | 110111 |
Color Harmonies of #5AF823
Complementary color
Monochromatic Colors of #5AF823
Black with #5AF823
Text Example
Text Example
White with #5AF823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF823; }
p { color: rgb(90,248,35); }
H1.HeaderClassName
{
color: #5AF823;
}
.AnyTagClassName
{
color: #5AF823;
}
</style>
background-color css
<style>
a { background-color: #5AF823; }
a { background-color: rgb(90,248,35); }
div.DivClassName
{
background-color: #5AF823;
}
.BgClassName
{
background-color: #5AF823;
}
</style>
border-color css
<style>
span { border-color: #5AF823; }
span { border-color: rgb(90,248,35); }
td.TdClassName
{
border-color: #5AF823;
}
.TagClassName
{
border-color: #5AF823;
}
</style>