Shades of Screamin' Green #5AFB7A
Tints of Screamin' Green #5AFB7A
RGB
CMYK
RGB Variations
Color information
#5AFB7A (or 0x5AFB7A) is known color: Screamin' Green. HEX triplet: 5A, FB and 7A. RGB value is (90,251,122). Sum of RGB (Red+Green+Blue) = 90+251+122=463 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.44% from 463); Green value is 251 (98.44% from 255 or 54.21% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB7A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFB7A is #A50485. Grayscale: #BCBCBC. Windows color (decimal): -10814598 or 8059738. OLE color: 8059738.
HSL color Cylindrical-coordinate representation of color #5AFB7A: hue angle of 131.93º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFB7A is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 122 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.02 |
| HSL | 131.93º | 0.95% | 0.67% | - |
| HSV(B) | 131.93º | 0.64% | 0.98% | - |
| XYZ | 42.23 | 72.57 | 30.19 | - |
| YUV | 188.16 | 90.66 | 57.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 122 | 0.64 | 0 | 0.51 | 0.02 | 131.93 | 0.95 | 0.67 |
| Hex | 5A | FB | 7A | 40 | 0 | 33 | 2 | 84 | 5F | 43 |
| Octal | 132 | 373 | 172 | 100 | 0 | 63 | 2 | 204 | 137 | 103 |
| Binary | 1011010 | 11111011 | 1111010 | 1000000 | 0 | 110011 | 10 | 10000100 | 1011111 | 1000011 |
Color Harmonies of #5AFB7A
Complementary color
Monochromatic Colors of #5AFB7A
Black with #5AFB7A
Text Example
Text Example
White with #5AFB7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB7A; }
p { color: rgb(90,251,122); }
H1.HeaderClassName
{
color: #5AFB7A;
}
.AnyTagClassName
{
color: #5AFB7A;
}
</style>
background-color css
<style>
a { background-color: #5AFB7A; }
a { background-color: rgb(90,251,122); }
div.DivClassName
{
background-color: #5AFB7A;
}
.BgClassName
{
background-color: #5AFB7A;
}
</style>
border-color css
<style>
span { border-color: #5AFB7A; }
span { border-color: rgb(90,251,122); }
td.TdClassName
{
border-color: #5AFB7A;
}
.TagClassName
{
border-color: #5AFB7A;
}
</style>