Shades of Screamin' Green #5AFD7A
Tints of Screamin' Green #5AFD7A
RGB
CMYK
RGB Variations
Color information
#5AFD7A (or 0x5AFD7A) is known color: Screamin' Green. HEX triplet: 5A, FD and 7A. RGB value is (90,253,122). Sum of RGB (Red+Green+Blue) = 90+253+122=465 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.35% from 465); Green value is 253 (99.22% from 255 or 54.41% from 465); Blue value is 122 (48.05% from 255 or 26.24% from 465); Max value from RGB is 253 - color contains mainly: green. Hex color #5AFD7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFD7A is #A50285. Grayscale: #BDBDBD. Windows color (decimal): -10814086 or 8060250. OLE color: 8060250.
HSL color Cylindrical-coordinate representation of color #5AFD7A: hue angle of 131.78º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFD7A is Cyan = 0.64, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 253 | 122 | - |
| CMYK | 0.64 | 0 | 0.52 | 0.01 |
| HSL | 131.78º | 0.98% | 0.67% | - |
| HSV(B) | 131.78º | 0.64% | 0.99% | - |
| XYZ | 42.85 | 73.83 | 30.4 | - |
| YUV | 189.33 | 90 | 57.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 253 | 122 | 0.64 | 0 | 0.52 | 0.01 | 131.78 | 0.98 | 0.67 |
| Hex | 5A | FD | 7A | 40 | 0 | 34 | 1 | 84 | 62 | 43 |
| Octal | 132 | 375 | 172 | 100 | 0 | 64 | 1 | 204 | 142 | 103 |
| Binary | 1011010 | 11111101 | 1111010 | 1000000 | 0 | 110100 | 1 | 10000100 | 1100010 | 1000011 |
Color Harmonies of #5AFD7A
Complementary color
Monochromatic Colors of #5AFD7A
Black with #5AFD7A
Text Example
Text Example
White with #5AFD7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFD7A; }
p { color: rgb(90,253,122); }
H1.HeaderClassName
{
color: #5AFD7A;
}
.AnyTagClassName
{
color: #5AFD7A;
}
</style>
background-color css
<style>
a { background-color: #5AFD7A; }
a { background-color: rgb(90,253,122); }
div.DivClassName
{
background-color: #5AFD7A;
}
.BgClassName
{
background-color: #5AFD7A;
}
</style>
border-color css
<style>
span { border-color: #5AFD7A; }
span { border-color: rgb(90,253,122); }
td.TdClassName
{
border-color: #5AFD7A;
}
.TagClassName
{
border-color: #5AFD7A;
}
</style>