Shades of Screamin' Green #5AFE84
Tints of Screamin' Green #5AFE84
RGB
CMYK
RGB Variations
Color information
#5AFE84 (or 0x5AFE84) is known color: Screamin' Green. HEX triplet: 5A, FE and 84. RGB value is (90,254,132). Sum of RGB (Red+Green+Blue) = 90+254+132=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 254 (99.61% from 255 or 53.36% from 476); Blue value is 132 (51.95% from 255 or 27.73% from 476); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE84 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE84 is #A5017B. Grayscale: #BFBFBF. Windows color (decimal): -10813820 or 8715866. OLE color: 8715866.
HSL color Cylindrical-coordinate representation of color #5AFE84: hue angle of 135.37º 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 #5AFE84 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 132 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.00 |
| HSL | 135.37º | 0.99% | 0.67% | - |
| HSV(B) | 135.37º | 0.65% | 1% | - |
| XYZ | 43.82 | 74.72 | 33.94 | - |
| YUV | 191.06 | 94.67 | 55.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 132 | 0.65 | 0 | 0.48 | 0.00 | 135.37 | 0.99 | 0.67 |
| Hex | 5A | FE | 84 | 41 | 0 | 30 | 0 | 87 | 63 | 43 |
| Octal | 132 | 376 | 204 | 101 | 0 | 60 | 0 | 207 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10000100 | 1000001 | 0 | 110000 | 0 | 10000111 | 1100011 | 1000011 |
Color Harmonies of #5AFE84
Complementary color
Monochromatic Colors of #5AFE84
Black with #5AFE84
Text Example
Text Example
White with #5AFE84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE84; }
p { color: rgb(90,254,132); }
H1.HeaderClassName
{
color: #5AFE84;
}
.AnyTagClassName
{
color: #5AFE84;
}
</style>
background-color css
<style>
a { background-color: #5AFE84; }
a { background-color: rgb(90,254,132); }
div.DivClassName
{
background-color: #5AFE84;
}
.BgClassName
{
background-color: #5AFE84;
}
</style>
border-color css
<style>
span { border-color: #5AFE84; }
span { border-color: rgb(90,254,132); }
td.TdClassName
{
border-color: #5AFE84;
}
.TagClassName
{
border-color: #5AFE84;
}
</style>