Shades of Screamin' Green #5AF37A
Tints of Screamin' Green #5AF37A
RGB
CMYK
RGB Variations
Color information
#5AF37A (or 0x5AF37A) is known color: Screamin' Green. HEX triplet: 5A, F3 and 7A. RGB value is (90,243,122). Sum of RGB (Red+Green+Blue) = 90+243+122=455 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.78% from 455); Green value is 243 (95.31% from 255 or 53.41% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF37A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF37A is #A50C85. Grayscale: #B7B7B7. Windows color (decimal): -10816646 or 8057690. OLE color: 8057690.
HSL color Cylindrical-coordinate representation of color #5AF37A: hue angle of 132.55º degrees, saturation: 0.86, 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 #5AF37A is Cyan = 0.63, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 122 | - |
| CMYK | 0.63 | 0 | 0.50 | 0.05 |
| HSL | 132.55º | 0.86% | 0.65% | - |
| HSV(B) | 132.55º | 0.63% | 0.95% | - |
| XYZ | 39.78 | 67.68 | 29.38 | - |
| YUV | 183.46 | 93.31 | 61.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 122 | 0.63 | 0 | 0.50 | 0.05 | 132.55 | 0.86 | 0.65 |
| Hex | 5A | F3 | 7A | 3F | 0 | 32 | 5 | 85 | 56 | 41 |
| Octal | 132 | 363 | 172 | 77 | 0 | 62 | 5 | 205 | 126 | 101 |
| Binary | 1011010 | 11110011 | 1111010 | 111111 | 0 | 110010 | 101 | 10000101 | 1010110 | 1000001 |
Color Harmonies of #5AF37A
Complementary color
Monochromatic Colors of #5AF37A
Black with #5AF37A
Text Example
Text Example
White with #5AF37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF37A; }
p { color: rgb(90,243,122); }
H1.HeaderClassName
{
color: #5AF37A;
}
.AnyTagClassName
{
color: #5AF37A;
}
</style>
background-color css
<style>
a { background-color: #5AF37A; }
a { background-color: rgb(90,243,122); }
div.DivClassName
{
background-color: #5AF37A;
}
.BgClassName
{
background-color: #5AF37A;
}
</style>
border-color css
<style>
span { border-color: #5AF37A; }
span { border-color: rgb(90,243,122); }
td.TdClassName
{
border-color: #5AF37A;
}
.TagClassName
{
border-color: #5AF37A;
}
</style>