Shades of Screamin' Green #5AF07C
Tints of Screamin' Green #5AF07C
RGB
CMYK
RGB Variations
Color information
#5AF07C (or 0x5AF07C) is known color: Screamin' Green. HEX triplet: 5A, F0 and 7C. RGB value is (90,240,124). Sum of RGB (Red+Green+Blue) = 90+240+124=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 124 (48.83% from 255 or 27.31% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF07C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF07C is #A50F83. Grayscale: #B6B6B6. Windows color (decimal): -10817412 or 8187994. OLE color: 8187994.
HSL color Cylindrical-coordinate representation of color #5AF07C: hue angle of 133.6º 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 #5AF07C is Cyan = 0.62, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 124 | - |
| CMYK | 0.62 | 0 | 0.48 | 0.06 |
| HSL | 133.6º | 0.83% | 0.65% | - |
| HSV(B) | 133.6º | 0.63% | 0.94% | - |
| XYZ | 39.01 | 65.95 | 29.74 | - |
| YUV | 181.93 | 95.31 | 62.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 124 | 0.62 | 0 | 0.48 | 0.06 | 133.6 | 0.83 | 0.65 |
| Hex | 5A | F0 | 7C | 3E | 0 | 30 | 6 | 86 | 53 | 41 |
| Octal | 132 | 360 | 174 | 76 | 0 | 60 | 6 | 206 | 123 | 101 |
| Binary | 1011010 | 11110000 | 1111100 | 111110 | 0 | 110000 | 110 | 10000110 | 1010011 | 1000001 |
Color Harmonies of #5AF07C
Complementary color
Monochromatic Colors of #5AF07C
Black with #5AF07C
Text Example
Text Example
White with #5AF07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF07C; }
p { color: rgb(90,240,124); }
H1.HeaderClassName
{
color: #5AF07C;
}
.AnyTagClassName
{
color: #5AF07C;
}
</style>
background-color css
<style>
a { background-color: #5AF07C; }
a { background-color: rgb(90,240,124); }
div.DivClassName
{
background-color: #5AF07C;
}
.BgClassName
{
background-color: #5AF07C;
}
</style>
border-color css
<style>
span { border-color: #5AF07C; }
span { border-color: rgb(90,240,124); }
td.TdClassName
{
border-color: #5AF07C;
}
.TagClassName
{
border-color: #5AF07C;
}
</style>