Shades of Bright Green #5AF72E
Tints of Bright Green #5AF72E
RGB
CMYK
RGB Variations
Color information
#5AF72E (or 0x5AF72E) is known color: Bright Green. HEX triplet: 5A, F7 and 2E. RGB value is (90,247,46). Sum of RGB (Red+Green+Blue) = 90+247+46=383 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.50% from 383); Green value is 247 (96.88% from 255 or 64.49% from 383); Blue value is 46 (18.36% from 255 or 12.01% from 383); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF72E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF72E is #A508D1. Grayscale: #B1B1B1. Windows color (decimal): -10815698 or 3077978. OLE color: 3077978.
HSL color Cylindrical-coordinate representation of color #5AF72E: hue angle of 106.87º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5AF72E is Cyan = 0.64, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 46 | - |
| CMYK | 0.64 | 0 | 0.81 | 0.03 |
| HSL | 106.87º | 0.93% | 0.57% | - |
| HSV(B) | 106.87º | 0.81% | 0.97% | - |
| XYZ | 37.97 | 68.89 | 13.88 | - |
| YUV | 177.14 | 53.99 | 65.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 46 | 0.64 | 0 | 0.81 | 0.03 | 106.87 | 0.93 | 0.57 |
| Hex | 5A | F7 | 2E | 40 | 0 | 51 | 3 | 6B | 5D | 39 |
| Octal | 132 | 367 | 56 | 100 | 0 | 121 | 3 | 153 | 135 | 71 |
| Binary | 1011010 | 11110111 | 101110 | 1000000 | 0 | 1010001 | 11 | 1101011 | 1011101 | 111001 |
Color Harmonies of #5AF72E
Complementary color
Monochromatic Colors of #5AF72E
Black with #5AF72E
Text Example
Text Example
White with #5AF72E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF72E; }
p { color: rgb(90,247,46); }
H1.HeaderClassName
{
color: #5AF72E;
}
.AnyTagClassName
{
color: #5AF72E;
}
</style>
background-color css
<style>
a { background-color: #5AF72E; }
a { background-color: rgb(90,247,46); }
div.DivClassName
{
background-color: #5AF72E;
}
.BgClassName
{
background-color: #5AF72E;
}
</style>
border-color css
<style>
span { border-color: #5AF72E; }
span { border-color: rgb(90,247,46); }
td.TdClassName
{
border-color: #5AF72E;
}
.TagClassName
{
border-color: #5AF72E;
}
</style>