Shades of Bright Green #5AF832
Tints of Bright Green #5AF832
RGB
CMYK
RGB Variations
Color information
#5AF832 (or 0x5AF832) is known color: Bright Green. HEX triplet: 5A, F8 and 32. RGB value is (90,248,50). Sum of RGB (Red+Green+Blue) = 90+248+50=388 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.20% from 388); Green value is 248 (97.27% from 255 or 63.92% from 388); Blue value is 50 (19.92% from 255 or 12.89% from 388); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF832 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF832 is #A507CD. Grayscale: #B2B2B2. Windows color (decimal): -10815438 or 3340378. OLE color: 3340378.
HSL color Cylindrical-coordinate representation of color #5AF832: hue angle of 107.88º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5AF832 is Cyan = 0.64, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 50 | - |
| CMYK | 0.64 | 0 | 0.80 | 0.03 |
| HSL | 107.88º | 0.93% | 0.58% | - |
| HSV(B) | 107.88º | 0.8% | 0.97% | - |
| XYZ | 38.36 | 69.54 | 14.42 | - |
| YUV | 178.19 | 55.65 | 65.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 50 | 0.64 | 0 | 0.80 | 0.03 | 107.88 | 0.93 | 0.58 |
| Hex | 5A | F8 | 32 | 40 | 0 | 50 | 3 | 6C | 5D | 3A |
| Octal | 132 | 370 | 62 | 100 | 0 | 120 | 3 | 154 | 135 | 72 |
| Binary | 1011010 | 11111000 | 110010 | 1000000 | 0 | 1010000 | 11 | 1101100 | 1011101 | 111010 |
Color Harmonies of #5AF832
Complementary color
Monochromatic Colors of #5AF832
Black with #5AF832
Text Example
Text Example
White with #5AF832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF832; }
p { color: rgb(90,248,50); }
H1.HeaderClassName
{
color: #5AF832;
}
.AnyTagClassName
{
color: #5AF832;
}
</style>
background-color css
<style>
a { background-color: #5AF832; }
a { background-color: rgb(90,248,50); }
div.DivClassName
{
background-color: #5AF832;
}
.BgClassName
{
background-color: #5AF832;
}
</style>
border-color css
<style>
span { border-color: #5AF832; }
span { border-color: rgb(90,248,50); }
td.TdClassName
{
border-color: #5AF832;
}
.TagClassName
{
border-color: #5AF832;
}
</style>