Shades of Screamin' Green #5AF388
Tints of Screamin' Green #5AF388
RGB
CMYK
RGB Variations
Color information
#5AF388 (or 0x5AF388) is known color: Screamin' Green. HEX triplet: 5A, F3 and 88. RGB value is (90,243,136). Sum of RGB (Red+Green+Blue) = 90+243+136=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 243 (95.31% from 255 or 51.81% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF388 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF388 is #A50C77. Grayscale: #B9B9B9. Windows color (decimal): -10816632 or 8975194. OLE color: 8975194.
HSL color Cylindrical-coordinate representation of color #5AF388: hue angle of 138.04º 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 #5AF388 is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 136 | - |
| CMYK | 0.63 | 0 | 0.44 | 0.05 |
| HSL | 138.04º | 0.86% | 0.65% | - |
| HSV(B) | 138.04º | 0.63% | 0.95% | - |
| XYZ | 40.71 | 68.05 | 34.28 | - |
| YUV | 185.06 | 100.31 | 60.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 136 | 0.63 | 0 | 0.44 | 0.05 | 138.04 | 0.86 | 0.65 |
| Hex | 5A | F3 | 88 | 3F | 0 | 2C | 5 | 8A | 56 | 41 |
| Octal | 132 | 363 | 210 | 77 | 0 | 54 | 5 | 212 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10001000 | 111111 | 0 | 101100 | 101 | 10001010 | 1010110 | 1000001 |
Color Harmonies of #5AF388
Complementary color
Monochromatic Colors of #5AF388
Black with #5AF388
Text Example
Text Example
White with #5AF388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF388; }
p { color: rgb(90,243,136); }
H1.HeaderClassName
{
color: #5AF388;
}
.AnyTagClassName
{
color: #5AF388;
}
</style>
background-color css
<style>
a { background-color: #5AF388; }
a { background-color: rgb(90,243,136); }
div.DivClassName
{
background-color: #5AF388;
}
.BgClassName
{
background-color: #5AF388;
}
</style>
border-color css
<style>
span { border-color: #5AF388; }
span { border-color: rgb(90,243,136); }
td.TdClassName
{
border-color: #5AF388;
}
.TagClassName
{
border-color: #5AF388;
}
</style>