Shades of Screamin' Green #5AF378
Tints of Screamin' Green #5AF378
RGB
CMYK
RGB Variations
Color information
#5AF378 (or 0x5AF378) is known color: Screamin' Green. HEX triplet: 5A, F3 and 78. RGB value is (90,243,120). Sum of RGB (Red+Green+Blue) = 90+243+120=453 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.87% from 453); Green value is 243 (95.31% from 255 or 53.64% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 243 - color contains mainly: green. Hex color #5AF378 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF378 is #A50C87. Grayscale: #B7B7B7. Windows color (decimal): -10816648 or 7926618. OLE color: 7926618.
HSL color Cylindrical-coordinate representation of color #5AF378: hue angle of 131.76º 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 #5AF378 is Cyan = 0.63, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 243 | 120 | - |
| CMYK | 0.63 | 0 | 0.51 | 0.05 |
| HSL | 131.76º | 0.86% | 0.65% | - |
| HSV(B) | 131.76º | 0.63% | 0.95% | - |
| XYZ | 39.66 | 67.63 | 28.73 | - |
| YUV | 183.23 | 92.31 | 61.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 243 | 120 | 0.63 | 0 | 0.51 | 0.05 | 131.76 | 0.86 | 0.65 |
| Hex | 5A | F3 | 78 | 3F | 0 | 33 | 5 | 84 | 56 | 41 |
| Octal | 132 | 363 | 170 | 77 | 0 | 63 | 5 | 204 | 126 | 101 |
| Binary | 1011010 | 11110011 | 1111000 | 111111 | 0 | 110011 | 101 | 10000100 | 1010110 | 1000001 |
Color Harmonies of #5AF378
Complementary color
Monochromatic Colors of #5AF378
Black with #5AF378
Text Example
Text Example
White with #5AF378
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF378; }
p { color: rgb(90,243,120); }
H1.HeaderClassName
{
color: #5AF378;
}
.AnyTagClassName
{
color: #5AF378;
}
</style>
background-color css
<style>
a { background-color: #5AF378; }
a { background-color: rgb(90,243,120); }
div.DivClassName
{
background-color: #5AF378;
}
.BgClassName
{
background-color: #5AF378;
}
</style>
border-color css
<style>
span { border-color: #5AF378; }
span { border-color: rgb(90,243,120); }
td.TdClassName
{
border-color: #5AF378;
}
.TagClassName
{
border-color: #5AF378;
}
</style>