Shades of Bright Green #5AF11D
Tints of Bright Green #5AF11D
RGB
CMYK
RGB Variations
Color information
#5AF11D (or 0x5AF11D) is known color: Bright Green. HEX triplet: 5A, F1 and 1D. RGB value is (90,241,29). Sum of RGB (Red+Green+Blue) = 90+241+29=360 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25% from 360); Green value is 241 (94.53% from 255 or 66.94% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF11D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF11D is #A50EE2. Grayscale: #ACACAC. Windows color (decimal): -10817251 or 1962330. OLE color: 1962330.
HSL color Cylindrical-coordinate representation of color #5AF11D: hue angle of 102.74º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AF11D is Cyan = 0.63, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 29 | - |
| CMYK | 0.63 | 0 | 0.88 | 0.05 |
| HSL | 102.74º | 0.88% | 0.53% | - |
| HSV(B) | 102.74º | 0.88% | 0.95% | - |
| XYZ | 35.89 | 65.17 | 11.85 | - |
| YUV | 171.68 | 47.47 | 69.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 29 | 0.63 | 0 | 0.88 | 0.05 | 102.74 | 0.88 | 0.53 |
| Hex | 5A | F1 | 1D | 3F | 0 | 58 | 5 | 67 | 58 | 35 |
| Octal | 132 | 361 | 35 | 77 | 0 | 130 | 5 | 147 | 130 | 65 |
| Binary | 1011010 | 11110001 | 11101 | 111111 | 0 | 1011000 | 101 | 1100111 | 1011000 | 110101 |
Color Harmonies of #5AF11D
Complementary color
Monochromatic Colors of #5AF11D
Black with #5AF11D
Text Example
Text Example
White with #5AF11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF11D; }
p { color: rgb(90,241,29); }
H1.HeaderClassName
{
color: #5AF11D;
}
.AnyTagClassName
{
color: #5AF11D;
}
</style>
background-color css
<style>
a { background-color: #5AF11D; }
a { background-color: rgb(90,241,29); }
div.DivClassName
{
background-color: #5AF11D;
}
.BgClassName
{
background-color: #5AF11D;
}
</style>
border-color css
<style>
span { border-color: #5AF11D; }
span { border-color: rgb(90,241,29); }
td.TdClassName
{
border-color: #5AF11D;
}
.TagClassName
{
border-color: #5AF11D;
}
</style>