Shades of Screamin' Green #5AFC70
Tints of Screamin' Green #5AFC70
RGB
CMYK
RGB Variations
Color information
#5AFC70 (or 0x5AFC70) is known color: Screamin' Green. HEX triplet: 5A, FC and 70. RGB value is (90,252,112). Sum of RGB (Red+Green+Blue) = 90+252+112=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC70 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFC70 is #A5038F. Grayscale: #BBBBBB. Windows color (decimal): -10814352 or 7404634. OLE color: 7404634.
HSL color Cylindrical-coordinate representation of color #5AFC70: hue angle of 128.15º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFC70 is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 252 | 112 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.01 |
| HSL | 128.15º | 0.96% | 0.67% | - |
| HSV(B) | 128.15º | 0.64% | 0.99% | - |
| XYZ | 41.95 | 72.96 | 27.2 | - |
| YUV | 187.6 | 85.33 | 58.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 252 | 112 | 0.64 | 0 | 0.56 | 0.01 | 128.15 | 0.96 | 0.67 |
| Hex | 5A | FC | 70 | 40 | 0 | 38 | 1 | 80 | 60 | 43 |
| Octal | 132 | 374 | 160 | 100 | 0 | 70 | 1 | 200 | 140 | 103 |
| Binary | 1011010 | 11111100 | 1110000 | 1000000 | 0 | 111000 | 1 | 10000000 | 1100000 | 1000011 |
Color Harmonies of #5AFC70
Complementary color
Monochromatic Colors of #5AFC70
Black with #5AFC70
Text Example
Text Example
White with #5AFC70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFC70; }
p { color: rgb(90,252,112); }
H1.HeaderClassName
{
color: #5AFC70;
}
.AnyTagClassName
{
color: #5AFC70;
}
</style>
background-color css
<style>
a { background-color: #5AFC70; }
a { background-color: rgb(90,252,112); }
div.DivClassName
{
background-color: #5AFC70;
}
.BgClassName
{
background-color: #5AFC70;
}
</style>
border-color css
<style>
span { border-color: #5AFC70; }
span { border-color: rgb(90,252,112); }
td.TdClassName
{
border-color: #5AFC70;
}
.TagClassName
{
border-color: #5AFC70;
}
</style>