Shades of Bright Green #5AFD14
Tints of Bright Green #5AFD14
RGB
CMYK
RGB Variations
Color information
#5AFD14 (or 0x5AFD14) is known color: Bright Green. HEX triplet: 5A, FD and 14. RGB value is (90,253,20). Sum of RGB (Red+Green+Blue) = 90+253+20=363 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.79% from 363); Green value is 253 (99.22% from 255 or 69.70% from 363); Blue value is 20 (8.20% from 255 or 5.51% from 363); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD14 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AFD14 is #A502EB. Grayscale: #B2B2B2. Windows color (decimal): -10814188 or 1375578. OLE color: 1375578.
HSL color Cylindrical-coordinate representation of color #5AFD14: hue angle of 101.97º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AFD14 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 20 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.01 |
| HSL | 101.97º | 0.98% | 0.54% | - |
| HSV(B) | 101.97º | 0.92% | 0.99% | - |
| XYZ | 39.47 | 72.47 | 12.57 | - |
| YUV | 177.7 | 39 | 65.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 20 | 0.64 | 0 | 0.92 | 0.01 | 101.97 | 0.98 | 0.54 |
| Hex | 5A | FD | 14 | 40 | 0 | 5C | 1 | 66 | 62 | 36 |
| Octal | 132 | 375 | 24 | 100 | 0 | 134 | 1 | 146 | 142 | 66 |
| Binary | 1011010 | 11111101 | 10100 | 1000000 | 0 | 1011100 | 1 | 1100110 | 1100010 | 110110 |
Color Harmonies of #5AFD14
Complementary color
Monochromatic Colors of #5AFD14
Black with #5AFD14
Text Example
Text Example
White with #5AFD14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD14; }
p { color: rgb(90,253,20); }
H1.HeaderClassName
{
color: #5AFD14;
}
.AnyTagClassName
{
color: #5AFD14;
}
</style>
background-color css
<style>
a { background-color: #5AFD14; }
a { background-color: rgb(90,253,20); }
div.DivClassName
{
background-color: #5AFD14;
}
.BgClassName
{
background-color: #5AFD14;
}
</style>
border-color css
<style>
span { border-color: #5AFD14; }
span { border-color: rgb(90,253,20); }
td.TdClassName
{
border-color: #5AFD14;
}
.TagClassName
{
border-color: #5AFD14;
}
</style>