Shades of Bright Green #5AF72A
Tints of Bright Green #5AF72A
RGB
CMYK
RGB Variations
Color information
#5AF72A (or 0x5AF72A) is known color: Bright Green. HEX triplet: 5A, F7 and 2A. RGB value is (90,247,42). Sum of RGB (Red+Green+Blue) = 90+247+42=379 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.75% from 379); Green value is 247 (96.88% from 255 or 65.17% from 379); Blue value is 42 (16.80% from 255 or 11.08% from 379); Max value from RGB is 247 - color contains mainly: green. Hex color #5AF72A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF72A is #A508D5. Grayscale: #B1B1B1. Windows color (decimal): -10815702 or 2815834. OLE color: 2815834.
HSL color Cylindrical-coordinate representation of color #5AF72A: hue angle of 105.95º 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 #5AF72A is Cyan = 0.64, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 247 | 42 | - |
| CMYK | 0.64 | 0 | 0.83 | 0.03 |
| HSL | 105.95º | 0.93% | 0.57% | - |
| HSV(B) | 105.95º | 0.83% | 0.97% | - |
| XYZ | 37.9 | 68.86 | 13.48 | - |
| YUV | 176.69 | 51.99 | 66.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 247 | 42 | 0.64 | 0 | 0.83 | 0.03 | 105.95 | 0.93 | 0.57 |
| Hex | 5A | F7 | 2A | 40 | 0 | 53 | 3 | 6A | 5D | 39 |
| Octal | 132 | 367 | 52 | 100 | 0 | 123 | 3 | 152 | 135 | 71 |
| Binary | 1011010 | 11110111 | 101010 | 1000000 | 0 | 1010011 | 11 | 1101010 | 1011101 | 111001 |
Color Harmonies of #5AF72A
Complementary color
Monochromatic Colors of #5AF72A
Black with #5AF72A
Text Example
Text Example
White with #5AF72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF72A; }
p { color: rgb(90,247,42); }
H1.HeaderClassName
{
color: #5AF72A;
}
.AnyTagClassName
{
color: #5AF72A;
}
</style>
background-color css
<style>
a { background-color: #5AF72A; }
a { background-color: rgb(90,247,42); }
div.DivClassName
{
background-color: #5AF72A;
}
.BgClassName
{
background-color: #5AF72A;
}
</style>
border-color css
<style>
span { border-color: #5AF72A; }
span { border-color: rgb(90,247,42); }
td.TdClassName
{
border-color: #5AF72A;
}
.TagClassName
{
border-color: #5AF72A;
}
</style>