Shades of Bright Green #5AF52B
Tints of Bright Green #5AF52B
RGB
CMYK
RGB Variations
Color information
#5AF52B (or 0x5AF52B) is known color: Bright Green. HEX triplet: 5A, F5 and 2B. RGB value is (90,245,43). Sum of RGB (Red+Green+Blue) = 90+245+43=378 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.81% from 378); Green value is 245 (96.09% from 255 or 64.81% from 378); Blue value is 43 (17.19% from 255 or 11.38% from 378); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF52B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF52B is #A50AD4. Grayscale: #B0B0B0. Windows color (decimal): -10816213 or 2880858. OLE color: 2880858.
HSL color Cylindrical-coordinate representation of color #5AF52B: hue angle of 106.04º degrees, saturation: 0.91, 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 #5AF52B is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 43 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.04 |
| HSL | 106.04º | 0.91% | 0.56% | - |
| HSV(B) | 106.04º | 0.82% | 0.96% | - |
| XYZ | 37.3 | 67.65 | 13.38 | - |
| YUV | 175.63 | 53.15 | 66.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 43 | 0.63 | 0 | 0.82 | 0.04 | 106.04 | 0.91 | 0.56 |
| Hex | 5A | F5 | 2B | 3F | 0 | 52 | 4 | 6A | 5B | 38 |
| Octal | 132 | 365 | 53 | 77 | 0 | 122 | 4 | 152 | 133 | 70 |
| Binary | 1011010 | 11110101 | 101011 | 111111 | 0 | 1010010 | 100 | 1101010 | 1011011 | 111000 |
Color Harmonies of #5AF52B
Complementary color
Monochromatic Colors of #5AF52B
Black with #5AF52B
Text Example
Text Example
White with #5AF52B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF52B; }
p { color: rgb(90,245,43); }
H1.HeaderClassName
{
color: #5AF52B;
}
.AnyTagClassName
{
color: #5AF52B;
}
</style>
background-color css
<style>
a { background-color: #5AF52B; }
a { background-color: rgb(90,245,43); }
div.DivClassName
{
background-color: #5AF52B;
}
.BgClassName
{
background-color: #5AF52B;
}
</style>
border-color css
<style>
span { border-color: #5AF52B; }
span { border-color: rgb(90,245,43); }
td.TdClassName
{
border-color: #5AF52B;
}
.TagClassName
{
border-color: #5AF52B;
}
</style>