Shades of Screamin' Green #5AF462
Tints of Screamin' Green #5AF462
RGB
CMYK
RGB Variations
Color information
#5AF462 (or 0x5AF462) is known color: Screamin' Green. HEX triplet: 5A, F4 and 62. RGB value is (90,244,98). Sum of RGB (Red+Green+Blue) = 90+244+98=432 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.83% from 432); Green value is 244 (95.70% from 255 or 56.48% from 432); Blue value is 98 (38.67% from 255 or 22.69% from 432); Max value from RGB is 244 - color contains mainly: green. Hex color #5AF462 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF462 is #A50B9D. Grayscale: #B5B5B5. Windows color (decimal): -10816414 or 6485082. OLE color: 6485082.
HSL color Cylindrical-coordinate representation of color #5AF462: hue angle of 123.12º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF462 is Cyan = 0.63, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 90 | 244 | 98 | - |
| CMYK | 0.63 | 0 | 0.60 | 0.04 |
| HSL | 123.12º | 0.88% | 0.65% | - |
| HSV(B) | 123.12º | 0.63% | 0.96% | - |
| XYZ | 38.77 | 67.76 | 22.59 | - |
| YUV | 181.31 | 80.98 | 62.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 244 | 98 | 0.63 | 0 | 0.60 | 0.04 | 123.12 | 0.88 | 0.65 |
| Hex | 5A | F4 | 62 | 3F | 0 | 3C | 4 | 7B | 58 | 41 |
| Octal | 132 | 364 | 142 | 77 | 0 | 74 | 4 | 173 | 130 | 101 |
| Binary | 1011010 | 11110100 | 1100010 | 111111 | 0 | 111100 | 100 | 1111011 | 1011000 | 1000001 |
Color Harmonies of #5AF462
Complementary color
Monochromatic Colors of #5AF462
Black with #5AF462
Text Example
Text Example
White with #5AF462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF462; }
p { color: rgb(90,244,98); }
H1.HeaderClassName
{
color: #5AF462;
}
.AnyTagClassName
{
color: #5AF462;
}
</style>
background-color css
<style>
a { background-color: #5AF462; }
a { background-color: rgb(90,244,98); }
div.DivClassName
{
background-color: #5AF462;
}
.BgClassName
{
background-color: #5AF462;
}
</style>
border-color css
<style>
span { border-color: #5AF462; }
span { border-color: rgb(90,244,98); }
td.TdClassName
{
border-color: #5AF462;
}
.TagClassName
{
border-color: #5AF462;
}
</style>