Shades of Screamin' Green #5AFB60
Tints of Screamin' Green #5AFB60
RGB
CMYK
RGB Variations
Color information
#5AFB60 (or 0x5AFB60) is known color: Screamin' Green. HEX triplet: 5A, FB and 60. RGB value is (90,251,96). Sum of RGB (Red+Green+Blue) = 90+251+96=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 251 (98.44% from 255 or 57.44% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFB60 is #A5049F. Grayscale: #B9B9B9. Windows color (decimal): -10814624 or 6355802. OLE color: 6355802.
HSL color Cylindrical-coordinate representation of color #5AFB60: hue angle of 122.24º 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 #5AFB60 is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 96 | - |
| CMYK | 0.64 | 0 | 0.62 | 0.02 |
| HSL | 122.24º | 0.95% | 0.67% | - |
| HSV(B) | 122.24º | 0.64% | 0.98% | - |
| XYZ | 40.82 | 72.01 | 22.81 | - |
| YUV | 185.19 | 77.66 | 60.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 96 | 0.64 | 0 | 0.62 | 0.02 | 122.24 | 0.95 | 0.67 |
| Hex | 5A | FB | 60 | 40 | 0 | 3E | 2 | 7A | 5F | 43 |
| Octal | 132 | 373 | 140 | 100 | 0 | 76 | 2 | 172 | 137 | 103 |
| Binary | 1011010 | 11111011 | 1100000 | 1000000 | 0 | 111110 | 10 | 1111010 | 1011111 | 1000011 |
Color Harmonies of #5AFB60
Complementary color
Monochromatic Colors of #5AFB60
Black with #5AFB60
Text Example
Text Example
White with #5AFB60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB60; }
p { color: rgb(90,251,96); }
H1.HeaderClassName
{
color: #5AFB60;
}
.AnyTagClassName
{
color: #5AFB60;
}
</style>
background-color css
<style>
a { background-color: #5AFB60; }
a { background-color: rgb(90,251,96); }
div.DivClassName
{
background-color: #5AFB60;
}
.BgClassName
{
background-color: #5AFB60;
}
</style>
border-color css
<style>
span { border-color: #5AFB60; }
span { border-color: rgb(90,251,96); }
td.TdClassName
{
border-color: #5AFB60;
}
.TagClassName
{
border-color: #5AFB60;
}
</style>