Shades of Screamin' Green #5AFE92
Tints of Screamin' Green #5AFE92
RGB
CMYK
RGB Variations
Color information
#5AFE92 (or 0x5AFE92) is known color: Screamin' Green. HEX triplet: 5A, FE and 92. RGB value is (90,254,146). Sum of RGB (Red+Green+Blue) = 90+254+146=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 146 (57.42% from 255 or 29.80% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE92 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFE92 is #A5016D. Grayscale: #C0C0C0. Windows color (decimal): -10813806 or 9633370. OLE color: 9633370.
HSL color Cylindrical-coordinate representation of color #5AFE92: hue angle of 140.49º 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 #5AFE92 is Cyan = 0.65, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 146 | - |
| CMYK | 0.65 | 0 | 0.43 | 0.00 |
| HSL | 140.49º | 0.99% | 0.67% | - |
| HSV(B) | 140.49º | 0.65% | 1% | - |
| XYZ | 44.85 | 75.13 | 39.33 | - |
| YUV | 192.65 | 101.67 | 54.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 146 | 0.65 | 0 | 0.43 | 0.00 | 140.49 | 0.99 | 0.67 |
| Hex | 5A | FE | 92 | 41 | 0 | 2B | 0 | 8C | 63 | 43 |
| Octal | 132 | 376 | 222 | 101 | 0 | 53 | 0 | 214 | 143 | 103 |
| Binary | 1011010 | 11111110 | 10010010 | 1000001 | 0 | 101011 | 0 | 10001100 | 1100011 | 1000011 |
Color Harmonies of #5AFE92
Complementary color
Monochromatic Colors of #5AFE92
Black with #5AFE92
Text Example
Text Example
White with #5AFE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE92; }
p { color: rgb(90,254,146); }
H1.HeaderClassName
{
color: #5AFE92;
}
.AnyTagClassName
{
color: #5AFE92;
}
</style>
background-color css
<style>
a { background-color: #5AFE92; }
a { background-color: rgb(90,254,146); }
div.DivClassName
{
background-color: #5AFE92;
}
.BgClassName
{
background-color: #5AFE92;
}
</style>
border-color css
<style>
span { border-color: #5AFE92; }
span { border-color: rgb(90,254,146); }
td.TdClassName
{
border-color: #5AFE92;
}
.TagClassName
{
border-color: #5AFE92;
}
</style>