Shades of Screamin' Green #5AF484
Tints of Screamin' Green #5AF484
RGB
CMYK
RGB Variations
Color information
#5AF484 (or 0x5AF484) is known color: Screamin' Green. HEX triplet: 5A, F4 and 84. RGB value is (90,244,132). Sum of RGB (Red+Green+Blue) = 90+244+132=466 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.31% from 466); Green value is 244 (95.70% from 255 or 52.36% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF484 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF484 is #A50B7B. Grayscale: #B9B9B9. Windows color (decimal): -10816380 or 8713306. OLE color: 8713306.
HSL color Cylindrical-coordinate representation of color #5AF484: hue angle of 136.36º 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 #5AF484 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 132 | - |
| CMYK | 0.63 | 0 | 0.46 | 0.04 |
| HSL | 136.36º | 0.88% | 0.65% | - |
| HSV(B) | 136.36º | 0.63% | 0.96% | - |
| XYZ | 40.73 | 68.54 | 32.91 | - |
| YUV | 185.19 | 97.98 | 60.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 132 | 0.63 | 0 | 0.46 | 0.04 | 136.36 | 0.88 | 0.65 |
| Hex | 5A | F4 | 84 | 3F | 0 | 2E | 4 | 88 | 58 | 41 |
| Octal | 132 | 364 | 204 | 77 | 0 | 56 | 4 | 210 | 130 | 101 |
| Binary | 1011010 | 11110100 | 10000100 | 111111 | 0 | 101110 | 100 | 10001000 | 1011000 | 1000001 |
Color Harmonies of #5AF484
Complementary color
Monochromatic Colors of #5AF484
Black with #5AF484
Text Example
Text Example
White with #5AF484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF484; }
p { color: rgb(90,244,132); }
H1.HeaderClassName
{
color: #5AF484;
}
.AnyTagClassName
{
color: #5AF484;
}
</style>
background-color css
<style>
a { background-color: #5AF484; }
a { background-color: rgb(90,244,132); }
div.DivClassName
{
background-color: #5AF484;
}
.BgClassName
{
background-color: #5AF484;
}
</style>
border-color css
<style>
span { border-color: #5AF484; }
span { border-color: rgb(90,244,132); }
td.TdClassName
{
border-color: #5AF484;
}
.TagClassName
{
border-color: #5AF484;
}
</style>