Shades of Screamin' Green #5AF386
Tints of Screamin' Green #5AF386
RGB
CMYK
RGB Variations
Color information
#5AF386 (or 0x5AF386) is known color: Screamin' Green. HEX triplet: 5A, F3 and 86. RGB value is (90,243,134). Sum of RGB (Red+Green+Blue) = 90+243+134=467 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.27% from 467); Green value is 243 (95.31% from 255 or 52.03% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF386 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF386 is #A50C79. Grayscale: #B9B9B9. Windows color (decimal): -10816634 or 8844122. OLE color: 8844122.
HSL color Cylindrical-coordinate representation of color #5AF386: hue angle of 137.25º 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 #5AF386 is Cyan = 0.63, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 134 | - |
| CMYK | 0.63 | 0 | 0.45 | 0.05 |
| HSL | 137.25º | 0.86% | 0.65% | - |
| HSV(B) | 137.25º | 0.63% | 0.95% | - |
| XYZ | 40.57 | 68 | 33.54 | - |
| YUV | 184.83 | 99.31 | 60.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 134 | 0.63 | 0 | 0.45 | 0.05 | 137.25 | 0.86 | 0.65 |
| Hex | 5A | F3 | 86 | 3F | 0 | 2D | 5 | 89 | 56 | 41 |
| Octal | 132 | 363 | 206 | 77 | 0 | 55 | 5 | 211 | 126 | 101 |
| Binary | 1011010 | 11110011 | 10000110 | 111111 | 0 | 101101 | 101 | 10001001 | 1010110 | 1000001 |
Color Harmonies of #5AF386
Complementary color
Monochromatic Colors of #5AF386
Black with #5AF386
Text Example
Text Example
White with #5AF386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF386; }
p { color: rgb(90,243,134); }
H1.HeaderClassName
{
color: #5AF386;
}
.AnyTagClassName
{
color: #5AF386;
}
</style>
background-color css
<style>
a { background-color: #5AF386; }
a { background-color: rgb(90,243,134); }
div.DivClassName
{
background-color: #5AF386;
}
.BgClassName
{
background-color: #5AF386;
}
</style>
border-color css
<style>
span { border-color: #5AF386; }
span { border-color: rgb(90,243,134); }
td.TdClassName
{
border-color: #5AF386;
}
.TagClassName
{
border-color: #5AF386;
}
</style>