Shades of Bright Green #5AF12A
Tints of Bright Green #5AF12A
RGB
CMYK
RGB Variations
Color information
#5AF12A (or 0x5AF12A) is known color: Bright Green. HEX triplet: 5A, F1 and 2A. RGB value is (90,241,42). Sum of RGB (Red+Green+Blue) = 90+241+42=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 241 (94.53% from 255 or 64.61% from 373); Blue value is 42 (16.80% from 255 or 11.26% from 373); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF12A is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF12A is #A50ED5. Grayscale: #ADADAD. Windows color (decimal): -10817238 or 2814298. OLE color: 2814298.
HSL color Cylindrical-coordinate representation of color #5AF12A: hue angle of 105.53º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5AF12A is Cyan = 0.63, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 42 | - |
| CMYK | 0.63 | 0 | 0.83 | 0.05 |
| HSL | 105.53º | 0.88% | 0.55% | - |
| HSV(B) | 105.53º | 0.83% | 0.95% | - |
| XYZ | 36.09 | 65.25 | 12.88 | - |
| YUV | 173.17 | 53.97 | 68.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 42 | 0.63 | 0 | 0.83 | 0.05 | 105.53 | 0.88 | 0.55 |
| Hex | 5A | F1 | 2A | 3F | 0 | 53 | 5 | 6A | 58 | 37 |
| Octal | 132 | 361 | 52 | 77 | 0 | 123 | 5 | 152 | 130 | 67 |
| Binary | 1011010 | 11110001 | 101010 | 111111 | 0 | 1010011 | 101 | 1101010 | 1011000 | 110111 |
Color Harmonies of #5AF12A
Complementary color
Monochromatic Colors of #5AF12A
Black with #5AF12A
Text Example
Text Example
White with #5AF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF12A; }
p { color: rgb(90,241,42); }
H1.HeaderClassName
{
color: #5AF12A;
}
.AnyTagClassName
{
color: #5AF12A;
}
</style>
background-color css
<style>
a { background-color: #5AF12A; }
a { background-color: rgb(90,241,42); }
div.DivClassName
{
background-color: #5AF12A;
}
.BgClassName
{
background-color: #5AF12A;
}
</style>
border-color css
<style>
span { border-color: #5AF12A; }
span { border-color: rgb(90,241,42); }
td.TdClassName
{
border-color: #5AF12A;
}
.TagClassName
{
border-color: #5AF12A;
}
</style>