Shades of Screamin' Green #5AF167
Tints of Screamin' Green #5AF167
RGB
CMYK
RGB Variations
Color information
#5AF167 (or 0x5AF167) is known color: Screamin' Green. HEX triplet: 5A, F1 and 67. RGB value is (90,241,103). Sum of RGB (Red+Green+Blue) = 90+241+103=434 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.74% from 434); Green value is 241 (94.53% from 255 or 55.53% from 434); Blue value is 103 (40.62% from 255 or 23.73% from 434); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF167 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF167 is #A50E98. Grayscale: #B4B4B4. Windows color (decimal): -10817177 or 6811994. OLE color: 6811994.
HSL color Cylindrical-coordinate representation of color #5AF167: hue angle of 125.17º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF167 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 103 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.05 |
| HSL | 125.17º | 0.84% | 0.65% | - |
| HSV(B) | 125.17º | 0.63% | 0.95% | - |
| XYZ | 38.12 | 66.06 | 23.57 | - |
| YUV | 180.12 | 84.47 | 63.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 103 | 0.63 | 0 | 0.57 | 0.05 | 125.17 | 0.84 | 0.65 |
| Hex | 5A | F1 | 67 | 3F | 0 | 39 | 5 | 7D | 54 | 41 |
| Octal | 132 | 361 | 147 | 77 | 0 | 71 | 5 | 175 | 124 | 101 |
| Binary | 1011010 | 11110001 | 1100111 | 111111 | 0 | 111001 | 101 | 1111101 | 1010100 | 1000001 |
Color Harmonies of #5AF167
Complementary color
Monochromatic Colors of #5AF167
Black with #5AF167
Text Example
Text Example
White with #5AF167
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF167; }
p { color: rgb(90,241,103); }
H1.HeaderClassName
{
color: #5AF167;
}
.AnyTagClassName
{
color: #5AF167;
}
</style>
background-color css
<style>
a { background-color: #5AF167; }
a { background-color: rgb(90,241,103); }
div.DivClassName
{
background-color: #5AF167;
}
.BgClassName
{
background-color: #5AF167;
}
</style>
border-color css
<style>
span { border-color: #5AF167; }
span { border-color: rgb(90,241,103); }
td.TdClassName
{
border-color: #5AF167;
}
.TagClassName
{
border-color: #5AF167;
}
</style>