Shades of Bright Green #5AF00E
Tints of Bright Green #5AF00E
RGB
CMYK
RGB Variations
Color information
#5AF00E (or 0x5AF00E) is known color: Bright Green. HEX triplet: 5A, F0 and 0E. RGB value is (90,240,14). Sum of RGB (Red+Green+Blue) = 90+240+14=344 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.16% from 344); Green value is 240 (94.14% from 255 or 69.77% from 344); Blue value is 14 (5.86% from 255 or 4.07% from 344); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF00E is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF00E is #A50FF1. Grayscale: #AAAAAA. Windows color (decimal): -10817522 or 979034. OLE color: 979034.
HSL color Cylindrical-coordinate representation of color #5AF00E: hue angle of 99.82º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5AF00E is Cyan = 0.62, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 14 | - |
| CMYK | 0.62 | 0 | 0.94 | 0.06 |
| HSL | 99.82º | 0.89% | 0.5% | - |
| HSV(B) | 99.82º | 0.94% | 0.94% | - |
| XYZ | 35.46 | 64.53 | 11 | - |
| YUV | 169.39 | 40.31 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 14 | 0.62 | 0 | 0.94 | 0.06 | 99.82 | 0.89 | 0.5 |
| Hex | 5A | F0 | E | 3E | 0 | 5E | 6 | 64 | 59 | 32 |
| Octal | 132 | 360 | 16 | 76 | 0 | 136 | 6 | 144 | 131 | 62 |
| Binary | 1011010 | 11110000 | 1110 | 111110 | 0 | 1011110 | 110 | 1100100 | 1011001 | 110010 |
Color Harmonies of #5AF00E
Complementary color
Monochromatic Colors of #5AF00E
Black with #5AF00E
Text Example
Text Example
White with #5AF00E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF00E; }
p { color: rgb(90,240,14); }
H1.HeaderClassName
{
color: #5AF00E;
}
.AnyTagClassName
{
color: #5AF00E;
}
</style>
background-color css
<style>
a { background-color: #5AF00E; }
a { background-color: rgb(90,240,14); }
div.DivClassName
{
background-color: #5AF00E;
}
.BgClassName
{
background-color: #5AF00E;
}
</style>
border-color css
<style>
span { border-color: #5AF00E; }
span { border-color: rgb(90,240,14); }
td.TdClassName
{
border-color: #5AF00E;
}
.TagClassName
{
border-color: #5AF00E;
}
</style>