Shades of Screamin' Green #5AF96D
Tints of Screamin' Green #5AF96D
RGB
CMYK
RGB Variations
Color information
#5AF96D (or 0x5AF96D) is known color: Screamin' Green. HEX triplet: 5A, F9 and 6D. RGB value is (90,249,109). Sum of RGB (Red+Green+Blue) = 90+249+109=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 249 (97.66% from 255 or 55.58% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF96D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF96D is #A50692. Grayscale: #B9B9B9. Windows color (decimal): -10815123 or 7207258. OLE color: 7207258.
HSL color Cylindrical-coordinate representation of color #5AF96D: hue angle of 127.17º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF96D is Cyan = 0.64, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 109 | - |
| CMYK | 0.64 | 0 | 0.56 | 0.02 |
| HSL | 127.17º | 0.93% | 0.66% | - |
| HSV(B) | 127.17º | 0.64% | 0.98% | - |
| XYZ | 40.85 | 71.03 | 26.02 | - |
| YUV | 185.5 | 84.82 | 59.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 109 | 0.64 | 0 | 0.56 | 0.02 | 127.17 | 0.93 | 0.66 |
| Hex | 5A | F9 | 6D | 40 | 0 | 38 | 2 | 7F | 5D | 42 |
| Octal | 132 | 371 | 155 | 100 | 0 | 70 | 2 | 177 | 135 | 102 |
| Binary | 1011010 | 11111001 | 1101101 | 1000000 | 0 | 111000 | 10 | 1111111 | 1011101 | 1000010 |
Color Harmonies of #5AF96D
Complementary color
Monochromatic Colors of #5AF96D
Black with #5AF96D
Text Example
Text Example
White with #5AF96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF96D; }
p { color: rgb(90,249,109); }
H1.HeaderClassName
{
color: #5AF96D;
}
.AnyTagClassName
{
color: #5AF96D;
}
</style>
background-color css
<style>
a { background-color: #5AF96D; }
a { background-color: rgb(90,249,109); }
div.DivClassName
{
background-color: #5AF96D;
}
.BgClassName
{
background-color: #5AF96D;
}
</style>
border-color css
<style>
span { border-color: #5AF96D; }
span { border-color: rgb(90,249,109); }
td.TdClassName
{
border-color: #5AF96D;
}
.TagClassName
{
border-color: #5AF96D;
}
</style>