Shades of Screamin' Green #5AF46C
Tints of Screamin' Green #5AF46C
RGB
CMYK
RGB Variations
Color information
#5AF46C (or 0x5AF46C) is known color: Screamin' Green. HEX triplet: 5A, F4 and 6C. RGB value is (90,244,108). Sum of RGB (Red+Green+Blue) = 90+244+108=442 (58% of max value = 765). Red value is 90 (35.55% from 255 or 20.36% from 442); Green value is 244 (95.70% from 255 or 55.20% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF46C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF46C is #A50B93. Grayscale: #B6B6B6. Windows color (decimal): -10816404 or 7140442. OLE color: 7140442.
HSL color Cylindrical-coordinate representation of color #5AF46C: hue angle of 127.01º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF46C is Cyan = 0.63, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 108 | - |
| CMYK | 0.63 | 0 | 0.56 | 0.04 |
| HSL | 127.01º | 0.88% | 0.65% | - |
| HSV(B) | 127.01º | 0.63% | 0.96% | - |
| XYZ | 39.27 | 67.96 | 25.23 | - |
| YUV | 182.45 | 85.98 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 108 | 0.63 | 0 | 0.56 | 0.04 | 127.01 | 0.88 | 0.65 |
| Hex | 5A | F4 | 6C | 3F | 0 | 38 | 4 | 7F | 58 | 41 |
| Octal | 132 | 364 | 154 | 77 | 0 | 70 | 4 | 177 | 130 | 101 |
| Binary | 1011010 | 11110100 | 1101100 | 111111 | 0 | 111000 | 100 | 1111111 | 1011000 | 1000001 |
Color Harmonies of #5AF46C
Complementary color
Monochromatic Colors of #5AF46C
Black with #5AF46C
Text Example
Text Example
White with #5AF46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF46C; }
p { color: rgb(90,244,108); }
H1.HeaderClassName
{
color: #5AF46C;
}
.AnyTagClassName
{
color: #5AF46C;
}
</style>
background-color css
<style>
a { background-color: #5AF46C; }
a { background-color: rgb(90,244,108); }
div.DivClassName
{
background-color: #5AF46C;
}
.BgClassName
{
background-color: #5AF46C;
}
</style>
border-color css
<style>
span { border-color: #5AF46C; }
span { border-color: rgb(90,244,108); }
td.TdClassName
{
border-color: #5AF46C;
}
.TagClassName
{
border-color: #5AF46C;
}
</style>