Shades of Screamin' Green #5AF168
Tints of Screamin' Green #5AF168
RGB
CMYK
RGB Variations
Color information
#5AF168 (or 0x5AF168) is known color: Screamin' Green. HEX triplet: 5A, F1 and 68. RGB value is (90,241,104). Sum of RGB (Red+Green+Blue) = 90+241+104=435 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.69% from 435); Green value is 241 (94.53% from 255 or 55.40% from 435); Blue value is 104 (41.02% from 255 or 23.91% from 435); Max value from RGB is 241 - color contains mainly: green. Hex color #5AF168 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF168 is #A50E97. Grayscale: #B4B4B4. Windows color (decimal): -10817176 or 6877530. OLE color: 6877530.
HSL color Cylindrical-coordinate representation of color #5AF168: hue angle of 125.56º 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 #5AF168 is Cyan = 0.63, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 241 | 104 | - |
| CMYK | 0.63 | 0 | 0.57 | 0.05 |
| HSL | 125.56º | 0.84% | 0.65% | - |
| HSV(B) | 125.56º | 0.63% | 0.95% | - |
| XYZ | 38.17 | 66.08 | 23.84 | - |
| YUV | 180.23 | 84.97 | 63.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 241 | 104 | 0.63 | 0 | 0.57 | 0.05 | 125.56 | 0.84 | 0.65 |
| Hex | 5A | F1 | 68 | 3F | 0 | 39 | 5 | 7E | 54 | 41 |
| Octal | 132 | 361 | 150 | 77 | 0 | 71 | 5 | 176 | 124 | 101 |
| Binary | 1011010 | 11110001 | 1101000 | 111111 | 0 | 111001 | 101 | 1111110 | 1010100 | 1000001 |
Color Harmonies of #5AF168
Complementary color
Monochromatic Colors of #5AF168
Black with #5AF168
Text Example
Text Example
White with #5AF168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF168; }
p { color: rgb(90,241,104); }
H1.HeaderClassName
{
color: #5AF168;
}
.AnyTagClassName
{
color: #5AF168;
}
</style>
background-color css
<style>
a { background-color: #5AF168; }
a { background-color: rgb(90,241,104); }
div.DivClassName
{
background-color: #5AF168;
}
.BgClassName
{
background-color: #5AF168;
}
</style>
border-color css
<style>
span { border-color: #5AF168; }
span { border-color: rgb(90,241,104); }
td.TdClassName
{
border-color: #5AF168;
}
.TagClassName
{
border-color: #5AF168;
}
</style>