Shades of Bright Green #5AF514
Tints of Bright Green #5AF514
RGB
CMYK
RGB Variations
Color information
#5AF514 (or 0x5AF514) is known color: Bright Green. HEX triplet: 5A, F5 and 14. RGB value is (90,245,20). Sum of RGB (Red+Green+Blue) = 90+245+20=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 245 (96.09% from 255 or 69.01% from 355); Blue value is 20 (8.20% from 255 or 5.63% from 355); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF514 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF514 is #A50AEB. Grayscale: #ADADAD. Windows color (decimal): -10816236 or 1373530. OLE color: 1373530.
HSL color Cylindrical-coordinate representation of color #5AF514: hue angle of 101.33º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AF514 is Cyan = 0.63, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 20 | - |
| CMYK | 0.63 | 0 | 0.92 | 0.04 |
| HSL | 101.33º | 0.92% | 0.52% | - |
| HSV(B) | 101.33º | 0.92% | 0.96% | - |
| XYZ | 37 | 67.53 | 11.75 | - |
| YUV | 173.01 | 41.65 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 20 | 0.63 | 0 | 0.92 | 0.04 | 101.33 | 0.92 | 0.52 |
| Hex | 5A | F5 | 14 | 3F | 0 | 5C | 4 | 65 | 5C | 34 |
| Octal | 132 | 365 | 24 | 77 | 0 | 134 | 4 | 145 | 134 | 64 |
| Binary | 1011010 | 11110101 | 10100 | 111111 | 0 | 1011100 | 100 | 1100101 | 1011100 | 110100 |
Color Harmonies of #5AF514
Complementary color
Monochromatic Colors of #5AF514
Black with #5AF514
Text Example
Text Example
White with #5AF514
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF514; }
p { color: rgb(90,245,20); }
H1.HeaderClassName
{
color: #5AF514;
}
.AnyTagClassName
{
color: #5AF514;
}
</style>
background-color css
<style>
a { background-color: #5AF514; }
a { background-color: rgb(90,245,20); }
div.DivClassName
{
background-color: #5AF514;
}
.BgClassName
{
background-color: #5AF514;
}
</style>
border-color css
<style>
span { border-color: #5AF514; }
span { border-color: rgb(90,245,20); }
td.TdClassName
{
border-color: #5AF514;
}
.TagClassName
{
border-color: #5AF514;
}
</style>