Shades of Bright Green #5AF032
Tints of Bright Green #5AF032
RGB
CMYK
RGB Variations
Color information
#5AF032 (or 0x5AF032) is known color: Bright Green. HEX triplet: 5A, F0 and 32. RGB value is (90,240,50). Sum of RGB (Red+Green+Blue) = 90+240+50=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 240 (94.14% from 255 or 63.16% from 380); Blue value is 50 (19.92% from 255 or 13.16% from 380); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF032 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF032 is #A50FCD. Grayscale: #AEAEAE. Windows color (decimal): -10817486 or 3338330. OLE color: 3338330.
HSL color Cylindrical-coordinate representation of color #5AF032: hue angle of 107.37º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5AF032 is Cyan = 0.62, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 50 | - |
| CMYK | 0.62 | 0 | 0.79 | 0.06 |
| HSL | 107.37º | 0.86% | 0.57% | - |
| HSV(B) | 107.37º | 0.79% | 0.94% | - |
| XYZ | 35.95 | 64.72 | 13.62 | - |
| YUV | 173.49 | 58.31 | 68.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 50 | 0.62 | 0 | 0.79 | 0.06 | 107.37 | 0.86 | 0.57 |
| Hex | 5A | F0 | 32 | 3E | 0 | 4F | 6 | 6B | 56 | 39 |
| Octal | 132 | 360 | 62 | 76 | 0 | 117 | 6 | 153 | 126 | 71 |
| Binary | 1011010 | 11110000 | 110010 | 111110 | 0 | 1001111 | 110 | 1101011 | 1010110 | 111001 |
Color Harmonies of #5AF032
Complementary color
Monochromatic Colors of #5AF032
Black with #5AF032
Text Example
Text Example
White with #5AF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF032; }
p { color: rgb(90,240,50); }
H1.HeaderClassName
{
color: #5AF032;
}
.AnyTagClassName
{
color: #5AF032;
}
</style>
background-color css
<style>
a { background-color: #5AF032; }
a { background-color: rgb(90,240,50); }
div.DivClassName
{
background-color: #5AF032;
}
.BgClassName
{
background-color: #5AF032;
}
</style>
border-color css
<style>
span { border-color: #5AF032; }
span { border-color: rgb(90,240,50); }
td.TdClassName
{
border-color: #5AF032;
}
.TagClassName
{
border-color: #5AF032;
}
</style>