Shades of Bright Green #5AF72B
Tints of Bright Green #5AF72B
RGB
CMYK
RGB Variations
Color information
#5AF72B (or 0x5AF72B) is known color: Bright Green. HEX triplet: 5A, F7 and 2B. RGB value is (90,247,43). Sum of RGB (Red+Green+Blue) = 90+247+43=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 247 (96.88% from 255 or 65% from 380); Blue value is 43 (17.19% from 255 or 11.32% from 380); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF72B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF72B is #A508D4. Grayscale: #B1B1B1. Windows color (decimal): -10815701 or 2881370. OLE color: 2881370.
HSL color Cylindrical-coordinate representation of color #5AF72B: hue angle of 106.18º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF72B is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 43 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.03 |
| HSL | 106.18º | 0.93% | 0.57% | - |
| HSV(B) | 106.18º | 0.83% | 0.97% | - |
| XYZ | 37.91 | 68.87 | 13.58 | - |
| YUV | 176.8 | 52.49 | 66.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 43 | 0.64 | 0 | 0.83 | 0.03 | 106.18 | 0.93 | 0.57 |
| Hex | 5A | F7 | 2B | 40 | 0 | 53 | 3 | 6A | 5D | 39 |
| Octal | 132 | 367 | 53 | 100 | 0 | 123 | 3 | 152 | 135 | 71 |
| Binary | 1011010 | 11110111 | 101011 | 1000000 | 0 | 1010011 | 11 | 1101010 | 1011101 | 111001 |
Color Harmonies of #5AF72B
Complementary color
Monochromatic Colors of #5AF72B
Black with #5AF72B
Text Example
Text Example
White with #5AF72B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF72B; }
p { color: rgb(90,247,43); }
H1.HeaderClassName
{
color: #5AF72B;
}
.AnyTagClassName
{
color: #5AF72B;
}
</style>
background-color css
<style>
a { background-color: #5AF72B; }
a { background-color: rgb(90,247,43); }
div.DivClassName
{
background-color: #5AF72B;
}
.BgClassName
{
background-color: #5AF72B;
}
</style>
border-color css
<style>
span { border-color: #5AF72B; }
span { border-color: rgb(90,247,43); }
td.TdClassName
{
border-color: #5AF72B;
}
.TagClassName
{
border-color: #5AF72B;
}
</style>