Shades of Screamin' Green #5AF84D
Tints of Screamin' Green #5AF84D
RGB
CMYK
RGB Variations
Color information
#5AF84D (or 0x5AF84D) is known color: Screamin' Green. HEX triplet: 5A, F8 and 4D. RGB value is (90,248,77). Sum of RGB (Red+Green+Blue) = 90+248+77=415 (54% of max value = 765). Red value is 90 (35.55% from 255 or 21.69% from 415); Green value is 248 (97.27% from 255 or 59.76% from 415); Blue value is 77 (30.47% from 255 or 18.55% from 415); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF84D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF84D is #A507B2. Grayscale: #B5B5B5. Windows color (decimal): -10815411 or 5109850. OLE color: 5109850.
HSL color Cylindrical-coordinate representation of color #5AF84D: hue angle of 115.44º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5AF84D is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 77 | - |
| CMYK | 0.64 | 0 | 0.69 | 0.03 |
| HSL | 115.44º | 0.92% | 0.64% | - |
| HSV(B) | 115.44º | 0.69% | 0.97% | - |
| XYZ | 39.12 | 69.84 | 18.44 | - |
| YUV | 181.26 | 69.15 | 62.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 77 | 0.64 | 0 | 0.69 | 0.03 | 115.44 | 0.92 | 0.64 |
| Hex | 5A | F8 | 4D | 40 | 0 | 45 | 3 | 73 | 5C | 40 |
| Octal | 132 | 370 | 115 | 100 | 0 | 105 | 3 | 163 | 134 | 100 |
| Binary | 1011010 | 11111000 | 1001101 | 1000000 | 0 | 1000101 | 11 | 1110011 | 1011100 | 1000000 |
Color Harmonies of #5AF84D
Complementary color
Monochromatic Colors of #5AF84D
Black with #5AF84D
Text Example
Text Example
White with #5AF84D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF84D; }
p { color: rgb(90,248,77); }
H1.HeaderClassName
{
color: #5AF84D;
}
.AnyTagClassName
{
color: #5AF84D;
}
</style>
background-color css
<style>
a { background-color: #5AF84D; }
a { background-color: rgb(90,248,77); }
div.DivClassName
{
background-color: #5AF84D;
}
.BgClassName
{
background-color: #5AF84D;
}
</style>
border-color css
<style>
span { border-color: #5AF84D; }
span { border-color: rgb(90,248,77); }
td.TdClassName
{
border-color: #5AF84D;
}
.TagClassName
{
border-color: #5AF84D;
}
</style>