Shades of Screamin' Green #5AFE70
Tints of Screamin' Green #5AFE70
RGB
CMYK
RGB Variations
Color information
#5AFE70 (or 0x5AFE70) is known color: Screamin' Green. HEX triplet: 5A, FE and 70. RGB value is (90,254,112). Sum of RGB (Red+Green+Blue) = 90+254+112=456 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.74% from 456); Green value is 254 (99.61% from 255 or 55.70% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 254 - color contains mainly: green. Hex color #5AFE70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFE70 is #A5018F. Grayscale: #BDBDBD. Windows color (decimal): -10813840 or 7405146. OLE color: 7405146.
HSL color Cylindrical-coordinate representation of color #5AFE70: hue angle of 128.05º 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 #5AFE70 is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 90 | 254 | 112 | - |
| CMYK | 0.65 | 0 | 0.56 | 0.00 |
| HSL | 128.05º | 0.99% | 0.67% | - |
| HSV(B) | 128.05º | 0.65% | 1% | - |
| XYZ | 42.58 | 74.23 | 27.41 | - |
| YUV | 188.78 | 84.67 | 57.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 254 | 112 | 0.65 | 0 | 0.56 | 0.00 | 128.05 | 0.99 | 0.67 |
| Hex | 5A | FE | 70 | 41 | 0 | 38 | 0 | 80 | 63 | 43 |
| Octal | 132 | 376 | 160 | 101 | 0 | 70 | 0 | 200 | 143 | 103 |
| Binary | 1011010 | 11111110 | 1110000 | 1000001 | 0 | 111000 | 0 | 10000000 | 1100011 | 1000011 |
Color Harmonies of #5AFE70
Complementary color
Monochromatic Colors of #5AFE70
Black with #5AFE70
Text Example
Text Example
White with #5AFE70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFE70; }
p { color: rgb(90,254,112); }
H1.HeaderClassName
{
color: #5AFE70;
}
.AnyTagClassName
{
color: #5AFE70;
}
</style>
background-color css
<style>
a { background-color: #5AFE70; }
a { background-color: rgb(90,254,112); }
div.DivClassName
{
background-color: #5AFE70;
}
.BgClassName
{
background-color: #5AFE70;
}
</style>
border-color css
<style>
span { border-color: #5AFE70; }
span { border-color: rgb(90,254,112); }
td.TdClassName
{
border-color: #5AFE70;
}
.TagClassName
{
border-color: #5AFE70;
}
</style>