Shades of Screamin' Green #5AF076
Tints of Screamin' Green #5AF076
RGB
CMYK
RGB Variations
Color information
#5AF076 (or 0x5AF076) is known color: Screamin' Green. HEX triplet: 5A, F0 and 76. RGB value is (90,240,118). Sum of RGB (Red+Green+Blue) = 90+240+118=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 240 (94.14% from 255 or 53.57% from 448); Blue value is 118 (46.48% from 255 or 26.34% from 448); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF076 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF076 is #A50F89. Grayscale: #B5B5B5. Windows color (decimal): -10817418 or 7794778. OLE color: 7794778.
HSL color Cylindrical-coordinate representation of color #5AF076: hue angle of 131.2º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5AF076 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 118 | - |
| CMYK | 0.62 | 0 | 0.51 | 0.06 |
| HSL | 131.2º | 0.83% | 0.65% | - |
| HSV(B) | 131.2º | 0.63% | 0.94% | - |
| XYZ | 38.65 | 65.8 | 27.8 | - |
| YUV | 181.24 | 92.31 | 62.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 118 | 0.62 | 0 | 0.51 | 0.06 | 131.2 | 0.83 | 0.65 |
| Hex | 5A | F0 | 76 | 3E | 0 | 33 | 6 | 83 | 53 | 41 |
| Octal | 132 | 360 | 166 | 76 | 0 | 63 | 6 | 203 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1110110 | 111110 | 0 | 110011 | 110 | 10000011 | 1010011 | 1000001 |
Color Harmonies of #5AF076
Complementary color
Monochromatic Colors of #5AF076
Black with #5AF076
Text Example
Text Example
White with #5AF076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF076; }
p { color: rgb(90,240,118); }
H1.HeaderClassName
{
color: #5AF076;
}
.AnyTagClassName
{
color: #5AF076;
}
</style>
background-color css
<style>
a { background-color: #5AF076; }
a { background-color: rgb(90,240,118); }
div.DivClassName
{
background-color: #5AF076;
}
.BgClassName
{
background-color: #5AF076;
}
</style>
border-color css
<style>
span { border-color: #5AF076; }
span { border-color: rgb(90,240,118); }
td.TdClassName
{
border-color: #5AF076;
}
.TagClassName
{
border-color: #5AF076;
}
</style>