Shades of Screamin' Green #5AF148
Tints of Screamin' Green #5AF148
RGB
CMYK
RGB Variations
Color information
#5AF148 (or 0x5AF148) is known color: Screamin' Green. HEX triplet: 5A, F1 and 48. RGB value is (90,241,72). Sum of RGB (Red+Green+Blue) = 90+241+72=403 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.33% from 403); Green value is 241 (94.53% from 255 or 59.80% from 403); Blue value is 72 (28.52% from 255 or 17.87% from 403); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF148 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5AF148 is #A50EB7. Grayscale: #B1B1B1. Windows color (decimal): -10817208 or 4780378. OLE color: 4780378.
HSL color Cylindrical-coordinate representation of color #5AF148: hue angle of 113.61º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5AF148 is Cyan = 0.63, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 72 | - |
| CMYK | 0.63 | 0 | 0.70 | 0.05 |
| HSL | 113.61º | 0.86% | 0.61% | - |
| HSV(B) | 113.61º | 0.7% | 0.95% | - |
| XYZ | 36.84 | 65.55 | 16.84 | - |
| YUV | 176.59 | 68.97 | 66.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 72 | 0.63 | 0 | 0.70 | 0.05 | 113.61 | 0.86 | 0.61 |
| Hex | 5A | F1 | 48 | 3F | 0 | 46 | 5 | 72 | 56 | 3D |
| Octal | 132 | 361 | 110 | 77 | 0 | 106 | 5 | 162 | 126 | 75 |
| Binary | 1011010 | 11110001 | 1001000 | 111111 | 0 | 1000110 | 101 | 1110010 | 1010110 | 111101 |
Color Harmonies of #5AF148
Complementary color
Monochromatic Colors of #5AF148
Black with #5AF148
Text Example
Text Example
White with #5AF148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF148; }
p { color: rgb(90,241,72); }
H1.HeaderClassName
{
color: #5AF148;
}
.AnyTagClassName
{
color: #5AF148;
}
</style>
background-color css
<style>
a { background-color: #5AF148; }
a { background-color: rgb(90,241,72); }
div.DivClassName
{
background-color: #5AF148;
}
.BgClassName
{
background-color: #5AF148;
}
</style>
border-color css
<style>
span { border-color: #5AF148; }
span { border-color: rgb(90,241,72); }
td.TdClassName
{
border-color: #5AF148;
}
.TagClassName
{
border-color: #5AF148;
}
</style>