Shades of Screamin' Green #5AF98B
Tints of Screamin' Green #5AF98B
RGB
CMYK
RGB Variations
Color information
#5AF98B (or 0x5AF98B) is known color: Screamin' Green. HEX triplet: 5A, F9 and 8B. RGB value is (90,249,139). Sum of RGB (Red+Green+Blue) = 90+249+139=478 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.83% from 478); Green value is 249 (97.66% from 255 or 52.09% from 478); Blue value is 139 (54.69% from 255 or 29.08% from 478); Max value from RGB is 249 - color contains mainly: green. Hex color #5AF98B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF98B is #A50674. Grayscale: #BDBDBD. Windows color (decimal): -10815093 or 9173338. OLE color: 9173338.
HSL color Cylindrical-coordinate representation of color #5AF98B: hue angle of 138.49º 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 #5AF98B is Cyan = 0.64, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 249 | 139 | - |
| CMYK | 0.64 | 0 | 0.44 | 0.02 |
| HSL | 138.49º | 0.93% | 0.66% | - |
| HSV(B) | 138.49º | 0.64% | 0.98% | - |
| XYZ | 42.75 | 71.79 | 36.03 | - |
| YUV | 188.92 | 99.82 | 57.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 249 | 139 | 0.64 | 0 | 0.44 | 0.02 | 138.49 | 0.93 | 0.66 |
| Hex | 5A | F9 | 8B | 40 | 0 | 2C | 2 | 8A | 5D | 42 |
| Octal | 132 | 371 | 213 | 100 | 0 | 54 | 2 | 212 | 135 | 102 |
| Binary | 1011010 | 11111001 | 10001011 | 1000000 | 0 | 101100 | 10 | 10001010 | 1011101 | 1000010 |
Color Harmonies of #5AF98B
Complementary color
Monochromatic Colors of #5AF98B
Black with #5AF98B
Text Example
Text Example
White with #5AF98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF98B; }
p { color: rgb(90,249,139); }
H1.HeaderClassName
{
color: #5AF98B;
}
.AnyTagClassName
{
color: #5AF98B;
}
</style>
background-color css
<style>
a { background-color: #5AF98B; }
a { background-color: rgb(90,249,139); }
div.DivClassName
{
background-color: #5AF98B;
}
.BgClassName
{
background-color: #5AF98B;
}
</style>
border-color css
<style>
span { border-color: #5AF98B; }
span { border-color: rgb(90,249,139); }
td.TdClassName
{
border-color: #5AF98B;
}
.TagClassName
{
border-color: #5AF98B;
}
</style>