Shades of Bright Green #5AF91E
Tints of Bright Green #5AF91E
RGB
CMYK
RGB Variations
Color information
#5AF91E (or 0x5AF91E) is known color: Bright Green. HEX triplet: 5A, F9 and 1E. RGB value is (90,249,30). Sum of RGB (Red+Green+Blue) = 90+249+30=369 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.39% from 369); Green value is 249 (97.66% from 255 or 67.48% from 369); Blue value is 30 (12.11% from 255 or 8.13% from 369); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF91E is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF91E is #A506E1. Grayscale: #B1B1B1. Windows color (decimal): -10815202 or 2029914. OLE color: 2029914.
HSL color Cylindrical-coordinate representation of color #5AF91E: hue angle of 103.56º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5AF91E is Cyan = 0.64, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 30 | - |
| CMYK | 0.64 | 0 | 0.88 | 0.02 |
| HSL | 103.56º | 0.95% | 0.55% | - |
| HSV(B) | 103.56º | 0.88% | 0.98% | - |
| XYZ | 38.33 | 70.02 | 12.72 | - |
| YUV | 176.49 | 45.32 | 66.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 30 | 0.64 | 0 | 0.88 | 0.02 | 103.56 | 0.95 | 0.55 |
| Hex | 5A | F9 | 1E | 40 | 0 | 58 | 2 | 68 | 5F | 37 |
| Octal | 132 | 371 | 36 | 100 | 0 | 130 | 2 | 150 | 137 | 67 |
| Binary | 1011010 | 11111001 | 11110 | 1000000 | 0 | 1011000 | 10 | 1101000 | 1011111 | 110111 |
Color Harmonies of #5AF91E
Complementary color
Monochromatic Colors of #5AF91E
Black with #5AF91E
Text Example
Text Example
White with #5AF91E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF91E; }
p { color: rgb(90,249,30); }
H1.HeaderClassName
{
color: #5AF91E;
}
.AnyTagClassName
{
color: #5AF91E;
}
</style>
background-color css
<style>
a { background-color: #5AF91E; }
a { background-color: rgb(90,249,30); }
div.DivClassName
{
background-color: #5AF91E;
}
.BgClassName
{
background-color: #5AF91E;
}
</style>
border-color css
<style>
span { border-color: #5AF91E; }
span { border-color: rgb(90,249,30); }
td.TdClassName
{
border-color: #5AF91E;
}
.TagClassName
{
border-color: #5AF91E;
}
</style>