Shades of Screamin' Green #5AFF40
Tints of Screamin' Green #5AFF40
RGB
CMYK
RGB Variations
Color information
#5AFF40 (or 0x5AFF40) is known color: Screamin' Green. HEX triplet: 5A, FF and 40. RGB value is (90,255,64). Sum of RGB (Red+Green+Blue) = 90+255+64=409 (54% of max value = 765). Red value is 90 (35.55% from 255 or 22.00% from 409); Green value is 255 (100% from 255 or 62.35% from 409); Blue value is 64 (25.39% from 255 or 15.65% from 409); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AFF40 is #A500BF. Grayscale: #B8B8B8. Windows color (decimal): -10813632 or 4259674. OLE color: 4259674.
HSL color Cylindrical-coordinate representation of color #5AFF40: hue angle of 111.83º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AFF40 is Cyan = 0.65, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 255 | 64 | - |
| CMYK | 0.65 | 0 | 0.75 | 0 |
| HSL | 111.83º | 1% | 0.63% | - |
| HSV(B) | 111.83º | 0.75% | 1% | - |
| XYZ | 40.9 | 74.06 | 16.99 | - |
| YUV | 183.89 | 60.34 | 61.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 255 | 64 | 0.65 | 0 | 0.75 | 0 | 111.83 | 1 | 0.63 |
| Hex | 5A | FF | 40 | 41 | 0 | 4B | 0 | 70 | 64 | 3F |
| Octal | 132 | 377 | 100 | 101 | 0 | 113 | 0 | 160 | 144 | 77 |
| Binary | 1011010 | 11111111 | 1000000 | 1000001 | 0 | 1001011 | 0 | 1110000 | 1100100 | 111111 |
Color Harmonies of #5AFF40
Complementary color
Monochromatic Colors of #5AFF40
Black with #5AFF40
Text Example
Text Example
White with #5AFF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFF40; }
p { color: rgb(90,255,64); }
H1.HeaderClassName
{
color: #5AFF40;
}
.AnyTagClassName
{
color: #5AFF40;
}
</style>
background-color css
<style>
a { background-color: #5AFF40; }
a { background-color: rgb(90,255,64); }
div.DivClassName
{
background-color: #5AFF40;
}
.BgClassName
{
background-color: #5AFF40;
}
</style>
border-color css
<style>
span { border-color: #5AFF40; }
span { border-color: rgb(90,255,64); }
td.TdClassName
{
border-color: #5AFF40;
}
.TagClassName
{
border-color: #5AFF40;
}
</style>