Shades of Screamin' Green #5AF084
Tints of Screamin' Green #5AF084
RGB
CMYK
RGB Variations
Color information
#5AF084 (or 0x5AF084) is known color: Screamin' Green. HEX triplet: 5A, F0 and 84. RGB value is (90,240,132). Sum of RGB (Red+Green+Blue) = 90+240+132=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 132 (51.95% from 255 or 28.57% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #5AF084 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF084 is #A50F7B. Grayscale: #B7B7B7. Windows color (decimal): -10817404 or 8712282. OLE color: 8712282.
HSL color Cylindrical-coordinate representation of color #5AF084: hue angle of 136.8º 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 #5AF084 is Cyan = 0.62, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 90 | 240 | 132 | - |
| CMYK | 0.62 | 0 | 0.45 | 0.06 |
| HSL | 136.8º | 0.83% | 0.65% | - |
| HSV(B) | 136.8º | 0.63% | 0.94% | - |
| XYZ | 39.54 | 66.16 | 32.52 | - |
| YUV | 182.84 | 99.31 | 61.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 240 | 132 | 0.62 | 0 | 0.45 | 0.06 | 136.8 | 0.83 | 0.65 |
| Hex | 5A | F0 | 84 | 3E | 0 | 2D | 6 | 89 | 53 | 41 |
| Octal | 132 | 360 | 204 | 76 | 0 | 55 | 6 | 211 | 123 | 101 |
| Binary | 1011010 | 11110000 | 10000100 | 111110 | 0 | 101101 | 110 | 10001001 | 1010011 | 1000001 |
Color Harmonies of #5AF084
Complementary color
Monochromatic Colors of #5AF084
Black with #5AF084
Text Example
Text Example
White with #5AF084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF084; }
p { color: rgb(90,240,132); }
H1.HeaderClassName
{
color: #5AF084;
}
.AnyTagClassName
{
color: #5AF084;
}
</style>
background-color css
<style>
a { background-color: #5AF084; }
a { background-color: rgb(90,240,132); }
div.DivClassName
{
background-color: #5AF084;
}
.BgClassName
{
background-color: #5AF084;
}
</style>
border-color css
<style>
span { border-color: #5AF084; }
span { border-color: rgb(90,240,132); }
td.TdClassName
{
border-color: #5AF084;
}
.TagClassName
{
border-color: #5AF084;
}
</style>