Shades of Screamin' Green #5AF856
Tints of Screamin' Green #5AF856
RGB
CMYK
RGB Variations
Color information
#5AF856 (or 0x5AF856) is known color: Screamin' Green. HEX triplet: 5A, F8 and 56. RGB value is (90,248,86). Sum of RGB (Red+Green+Blue) = 90+248+86=424 (56% of max value = 765). Red value is 90 (35.55% from 255 or 21.23% from 424); Green value is 248 (97.27% from 255 or 58.49% from 424); Blue value is 86 (33.98% from 255 or 20.28% from 424); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF856 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF856 is #A507A9. Grayscale: #B6B6B6. Windows color (decimal): -10815402 or 5699674. OLE color: 5699674.
HSL color Cylindrical-coordinate representation of color #5AF856: hue angle of 118.52º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AF856 is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 86 | - |
| CMYK | 0.64 | 0 | 0.65 | 0.03 |
| HSL | 118.52º | 0.92% | 0.65% | - |
| HSV(B) | 118.52º | 0.65% | 0.97% | - |
| XYZ | 39.46 | 69.98 | 20.23 | - |
| YUV | 182.29 | 73.65 | 62.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 86 | 0.64 | 0 | 0.65 | 0.03 | 118.52 | 0.92 | 0.65 |
| Hex | 5A | F8 | 56 | 40 | 0 | 41 | 3 | 77 | 5C | 41 |
| Octal | 132 | 370 | 126 | 100 | 0 | 101 | 3 | 167 | 134 | 101 |
| Binary | 1011010 | 11111000 | 1010110 | 1000000 | 0 | 1000001 | 11 | 1110111 | 1011100 | 1000001 |
Color Harmonies of #5AF856
Complementary color
Monochromatic Colors of #5AF856
Black with #5AF856
Text Example
Text Example
White with #5AF856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF856; }
p { color: rgb(90,248,86); }
H1.HeaderClassName
{
color: #5AF856;
}
.AnyTagClassName
{
color: #5AF856;
}
</style>
background-color css
<style>
a { background-color: #5AF856; }
a { background-color: rgb(90,248,86); }
div.DivClassName
{
background-color: #5AF856;
}
.BgClassName
{
background-color: #5AF856;
}
</style>
border-color css
<style>
span { border-color: #5AF856; }
span { border-color: rgb(90,248,86); }
td.TdClassName
{
border-color: #5AF856;
}
.TagClassName
{
border-color: #5AF856;
}
</style>