Shades of Screamin' Green #5AFE95
Tints of Screamin' Green #5AFE95
RGB
CMYK
RGB Variations
Color information
#5AFE95 (or 0x5AFE95) is known color: Screamin' Green. HEX triplet: 5A, FE and 95. RGB value is (90,254,149). Sum of RGB (Red+Green+Blue) = 90+254+149=493 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.26% from 493); Green value is 254 (99.61% from 255 or 51.52% from 493); Blue value is 149 (58.59% from 255 or 30.22% from 493); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE95 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE95 is #A5016A. Grayscale: #C1C1C1. Windows color (decimal): -10813803 or 9829978. OLE color: 9829978.
HSL color Cylindrical-coordinate representation of color #5AFE95: hue angle of 141.59º 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 #5AFE95 is Cyan = 0.65, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 149 | - |
| CMYK | 0.65 | 0 | 0.41 | 0.00 |
| HSL | 141.59º | 0.99% | 0.67% | - |
| HSV(B) | 141.59º | 0.65% | 1% | - |
| XYZ | 45.08 | 75.23 | 40.58 | - |
| YUV | 192.99 | 103.17 | 54.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 149 | 0.65 | 0 | 0.41 | 0.00 | 141.59 | 0.99 | 0.67 |
| Hex | 5A | FE | 95 | 41 | 0 | 29 | 0 | 8E | 63 | 43 |
| Octal | 132 | 376 | 225 | 101 | 0 | 51 | 0 | 216 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10010101 | 1000001 | 0 | 101001 | 0 | 10001110 | 1100011 | 1000011 |
Color Harmonies of #5AFE95
Complementary color
Monochromatic Colors of #5AFE95
Black with #5AFE95
Text Example
Text Example
White with #5AFE95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE95; }
p { color: rgb(90,254,149); }
H1.HeaderClassName
{
color: #5AFE95;
}
.AnyTagClassName
{
color: #5AFE95;
}
</style>
background-color css
<style>
a { background-color: #5AFE95; }
a { background-color: rgb(90,254,149); }
div.DivClassName
{
background-color: #5AFE95;
}
.BgClassName
{
background-color: #5AFE95;
}
</style>
border-color css
<style>
span { border-color: #5AFE95; }
span { border-color: rgb(90,254,149); }
td.TdClassName
{
border-color: #5AFE95;
}
.TagClassName
{
border-color: #5AFE95;
}
</style>