Shades of Screamin' Green #5AFE5F
Tints of Screamin' Green #5AFE5F
RGB
CMYK
RGB Variations
Color information
#5AFE5F (or 0x5AFE5F) is known color: Screamin' Green. HEX triplet: 5A, FE and 5F. RGB value is (90,254,95). Sum of RGB (Red+Green+Blue) = 90+254+95=439 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.50% from 439); Green value is 254 (99.61% from 255 or 57.86% from 439); Blue value is 95 (37.5% from 255 or 21.64% from 439); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE5F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFE5F is #A501A0. Grayscale: #BBBBBB. Windows color (decimal): -10813857 or 6291034. OLE color: 6291034.
HSL color Cylindrical-coordinate representation of color #5AFE5F: hue angle of 121.83º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFE5F is Cyan = 0.65, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 95 | - |
| CMYK | 0.65 | 0 | 0.63 | 0.00 |
| HSL | 121.83º | 0.99% | 0.67% | - |
| HSV(B) | 121.83º | 0.65% | 1% | - |
| XYZ | 41.72 | 73.88 | 22.89 | - |
| YUV | 186.84 | 76.17 | 58.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 95 | 0.65 | 0 | 0.63 | 0.00 | 121.83 | 0.99 | 0.67 |
| Hex | 5A | FE | 5F | 41 | 0 | 3F | 0 | 7A | 63 | 43 |
| Octal | 132 | 376 | 137 | 101 | 0 | 77 | 0 | 172 | 143 | 103 |
| Binary | 1011010 | 11111110 | 1011111 | 1000001 | 0 | 111111 | 0 | 1111010 | 1100011 | 1000011 |
Color Harmonies of #5AFE5F
Complementary color
Monochromatic Colors of #5AFE5F
Black with #5AFE5F
Text Example
Text Example
White with #5AFE5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE5F; }
p { color: rgb(90,254,95); }
H1.HeaderClassName
{
color: #5AFE5F;
}
.AnyTagClassName
{
color: #5AFE5F;
}
</style>
background-color css
<style>
a { background-color: #5AFE5F; }
a { background-color: rgb(90,254,95); }
div.DivClassName
{
background-color: #5AFE5F;
}
.BgClassName
{
background-color: #5AFE5F;
}
</style>
border-color css
<style>
span { border-color: #5AFE5F; }
span { border-color: rgb(90,254,95); }
td.TdClassName
{
border-color: #5AFE5F;
}
.TagClassName
{
border-color: #5AFE5F;
}
</style>