Shades of Bright Green #5AF42B
Tints of Bright Green #5AF42B
RGB
CMYK
RGB Variations
Color information
#5AF42B (or 0x5AF42B) is known color: Bright Green. HEX triplet: 5A, F4 and 2B. RGB value is (90,244,43). Sum of RGB (Red+Green+Blue) = 90+244+43=377 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.87% from 377); Green value is 244 (95.70% from 255 or 64.72% from 377); Blue value is 43 (17.19% from 255 or 11.41% from 377); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF42B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF42B is #A50BD4. Grayscale: #AFAFAF. Windows color (decimal): -10816469 or 2880602. OLE color: 2880602.
HSL color Cylindrical-coordinate representation of color #5AF42B: hue angle of 105.97º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5AF42B is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 43 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.04 |
| HSL | 105.97º | 0.9% | 0.56% | - |
| HSV(B) | 105.97º | 0.82% | 0.96% | - |
| XYZ | 37 | 67.05 | 13.28 | - |
| YUV | 175.04 | 53.48 | 67.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 43 | 0.63 | 0 | 0.82 | 0.04 | 105.97 | 0.9 | 0.56 |
| Hex | 5A | F4 | 2B | 3F | 0 | 52 | 4 | 6A | 5A | 38 |
| Octal | 132 | 364 | 53 | 77 | 0 | 122 | 4 | 152 | 132 | 70 |
| Binary | 1011010 | 11110100 | 101011 | 111111 | 0 | 1010010 | 100 | 1101010 | 1011010 | 111000 |
Color Harmonies of #5AF42B
Complementary color
Monochromatic Colors of #5AF42B
Black with #5AF42B
Text Example
Text Example
White with #5AF42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF42B; }
p { color: rgb(90,244,43); }
H1.HeaderClassName
{
color: #5AF42B;
}
.AnyTagClassName
{
color: #5AF42B;
}
</style>
background-color css
<style>
a { background-color: #5AF42B; }
a { background-color: rgb(90,244,43); }
div.DivClassName
{
background-color: #5AF42B;
}
.BgClassName
{
background-color: #5AF42B;
}
</style>
border-color css
<style>
span { border-color: #5AF42B; }
span { border-color: rgb(90,244,43); }
td.TdClassName
{
border-color: #5AF42B;
}
.TagClassName
{
border-color: #5AF42B;
}
</style>