Shades of Bright Green #5AF32A
Tints of Bright Green #5AF32A
RGB
CMYK
RGB Variations
Color information
#5AF32A (or 0x5AF32A) is known color: Bright Green. HEX triplet: 5A, F3 and 2A. RGB value is (90,243,42). Sum of RGB (Red+Green+Blue) = 90+243+42=375 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24% from 375); Green value is 243 (95.31% from 255 or 64.8% from 375); Blue value is 42 (16.80% from 255 or 11.2% from 375); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF32A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF32A is #A50CD5. Grayscale: #AEAEAE. Windows color (decimal): -10816726 or 2814810. OLE color: 2814810.
HSL color Cylindrical-coordinate representation of color #5AF32A: hue angle of 105.67º degrees, saturation: 0.89, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF32A is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 42 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.05 |
| HSL | 105.67º | 0.89% | 0.56% | - |
| HSV(B) | 105.67º | 0.83% | 0.95% | - |
| XYZ | 36.68 | 66.44 | 13.08 | - |
| YUV | 174.34 | 53.31 | 67.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 42 | 0.63 | 0 | 0.83 | 0.05 | 105.67 | 0.89 | 0.56 |
| Hex | 5A | F3 | 2A | 3F | 0 | 53 | 5 | 6A | 59 | 38 |
| Octal | 132 | 363 | 52 | 77 | 0 | 123 | 5 | 152 | 131 | 70 |
| Binary | 1011010 | 11110011 | 101010 | 111111 | 0 | 1010011 | 101 | 1101010 | 1011001 | 111000 |
Color Harmonies of #5AF32A
Complementary color
Monochromatic Colors of #5AF32A
Black with #5AF32A
Text Example
Text Example
White with #5AF32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF32A; }
p { color: rgb(90,243,42); }
H1.HeaderClassName
{
color: #5AF32A;
}
.AnyTagClassName
{
color: #5AF32A;
}
</style>
background-color css
<style>
a { background-color: #5AF32A; }
a { background-color: rgb(90,243,42); }
div.DivClassName
{
background-color: #5AF32A;
}
.BgClassName
{
background-color: #5AF32A;
}
</style>
border-color css
<style>
span { border-color: #5AF32A; }
span { border-color: rgb(90,243,42); }
td.TdClassName
{
border-color: #5AF32A;
}
.TagClassName
{
border-color: #5AF32A;
}
</style>