Shades of Bright Green #5AF32B
Tints of Bright Green #5AF32B
RGB
CMYK
RGB Variations
Color information
#5AF32B (or 0x5AF32B) is known color: Bright Green. HEX triplet: 5A, F3 and 2B. RGB value is (90,243,43). Sum of RGB (Red+Green+Blue) = 90+243+43=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 243 (95.31% from 255 or 64.63% from 376); Blue value is 43 (17.19% from 255 or 11.44% from 376); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF32B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF32B is #A50CD4. Grayscale: #AFAFAF. Windows color (decimal): -10816725 or 2880346. OLE color: 2880346.
HSL color Cylindrical-coordinate representation of color #5AF32B: hue angle of 105.9º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5AF32B is Cyan = 0.63, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 43 | - |
| CMYK | 0.63 | 0 | 0.82 | 0.05 |
| HSL | 105.9º | 0.89% | 0.56% | - |
| HSV(B) | 105.9º | 0.82% | 0.95% | - |
| XYZ | 36.7 | 66.45 | 13.18 | - |
| YUV | 174.45 | 53.81 | 67.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 43 | 0.63 | 0 | 0.82 | 0.05 | 105.9 | 0.89 | 0.56 |
| Hex | 5A | F3 | 2B | 3F | 0 | 52 | 5 | 6A | 59 | 38 |
| Octal | 132 | 363 | 53 | 77 | 0 | 122 | 5 | 152 | 131 | 70 |
| Binary | 1011010 | 11110011 | 101011 | 111111 | 0 | 1010010 | 101 | 1101010 | 1011001 | 111000 |
Color Harmonies of #5AF32B
Complementary color
Monochromatic Colors of #5AF32B
Black with #5AF32B
Text Example
Text Example
White with #5AF32B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF32B; }
p { color: rgb(90,243,43); }
H1.HeaderClassName
{
color: #5AF32B;
}
.AnyTagClassName
{
color: #5AF32B;
}
</style>
background-color css
<style>
a { background-color: #5AF32B; }
a { background-color: rgb(90,243,43); }
div.DivClassName
{
background-color: #5AF32B;
}
.BgClassName
{
background-color: #5AF32B;
}
</style>
border-color css
<style>
span { border-color: #5AF32B; }
span { border-color: rgb(90,243,43); }
td.TdClassName
{
border-color: #5AF32B;
}
.TagClassName
{
border-color: #5AF32B;
}
</style>