Shades of Screamin' Green #5AF566
Tints of Screamin' Green #5AF566
RGB
CMYK
RGB Variations
Color information
#5AF566 (or 0x5AF566) is known color: Screamin' Green. HEX triplet: 5A, F5 and 66. RGB value is (90,245,102). Sum of RGB (Red+Green+Blue) = 90+245+102=437 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.59% from 437); Green value is 245 (96.09% from 255 or 56.06% from 437); Blue value is 102 (40.23% from 255 or 23.34% from 437); Max value from RGB is 245 - color contains mainly: green. Hex color #5AF566 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF566 is #A50A99. Grayscale: #B6B6B6. Windows color (decimal): -10816154 or 6747482. OLE color: 6747482.
HSL color Cylindrical-coordinate representation of color #5AF566: hue angle of 124.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF566 is Cyan = 0.63, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 245 | 102 | - |
| CMYK | 0.63 | 0 | 0.58 | 0.04 |
| HSL | 124.65º | 0.89% | 0.66% | - |
| HSV(B) | 124.65º | 0.63% | 0.96% | - |
| XYZ | 39.27 | 68.44 | 23.71 | - |
| YUV | 182.35 | 82.65 | 62.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 245 | 102 | 0.63 | 0 | 0.58 | 0.04 | 124.65 | 0.89 | 0.66 |
| Hex | 5A | F5 | 66 | 3F | 0 | 3A | 4 | 7D | 59 | 42 |
| Octal | 132 | 365 | 146 | 77 | 0 | 72 | 4 | 175 | 131 | 102 |
| Binary | 1011010 | 11110101 | 1100110 | 111111 | 0 | 111010 | 100 | 1111101 | 1011001 | 1000010 |
Color Harmonies of #5AF566
Complementary color
Monochromatic Colors of #5AF566
Black with #5AF566
Text Example
Text Example
White with #5AF566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF566; }
p { color: rgb(90,245,102); }
H1.HeaderClassName
{
color: #5AF566;
}
.AnyTagClassName
{
color: #5AF566;
}
</style>
background-color css
<style>
a { background-color: #5AF566; }
a { background-color: rgb(90,245,102); }
div.DivClassName
{
background-color: #5AF566;
}
.BgClassName
{
background-color: #5AF566;
}
</style>
border-color css
<style>
span { border-color: #5AF566; }
span { border-color: rgb(90,245,102); }
td.TdClassName
{
border-color: #5AF566;
}
.TagClassName
{
border-color: #5AF566;
}
</style>