Shades of Bright Green #5AF813
Tints of Bright Green #5AF813
RGB
CMYK
RGB Variations
Color information
#5AF813 (or 0x5AF813) is known color: Bright Green. HEX triplet: 5A, F8 and 13. RGB value is (90,248,19). Sum of RGB (Red+Green+Blue) = 90+248+19=357 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.21% from 357); Green value is 248 (97.27% from 255 or 69.47% from 357); Blue value is 19 (7.81% from 255 or 5.32% from 357); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF813 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #5AF813 is #A507EC. Grayscale: #AFAFAF. Windows color (decimal): -10815469 or 1308762. OLE color: 1308762.
HSL color Cylindrical-coordinate representation of color #5AF813: hue angle of 101.4º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5AF813 is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 19 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.03 |
| HSL | 101.4º | 0.94% | 0.52% | - |
| HSV(B) | 101.4º | 0.92% | 0.97% | - |
| XYZ | 37.9 | 69.36 | 12.01 | - |
| YUV | 174.65 | 40.15 | 67.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 19 | 0.64 | 0 | 0.92 | 0.03 | 101.4 | 0.94 | 0.52 |
| Hex | 5A | F8 | 13 | 40 | 0 | 5C | 3 | 65 | 5E | 34 |
| Octal | 132 | 370 | 23 | 100 | 0 | 134 | 3 | 145 | 136 | 64 |
| Binary | 1011010 | 11111000 | 10011 | 1000000 | 0 | 1011100 | 11 | 1100101 | 1011110 | 110100 |
Color Harmonies of #5AF813
Complementary color
Monochromatic Colors of #5AF813
Black with #5AF813
Text Example
Text Example
White with #5AF813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF813; }
p { color: rgb(90,248,19); }
H1.HeaderClassName
{
color: #5AF813;
}
.AnyTagClassName
{
color: #5AF813;
}
</style>
background-color css
<style>
a { background-color: #5AF813; }
a { background-color: rgb(90,248,19); }
div.DivClassName
{
background-color: #5AF813;
}
.BgClassName
{
background-color: #5AF813;
}
</style>
border-color css
<style>
span { border-color: #5AF813; }
span { border-color: rgb(90,248,19); }
td.TdClassName
{
border-color: #5AF813;
}
.TagClassName
{
border-color: #5AF813;
}
</style>