Shades of Screamin' Green #5AF862
Tints of Screamin' Green #5AF862
RGB
CMYK
RGB Variations
Color information
#5AF862 (or 0x5AF862) is known color: Screamin' Green. HEX triplet: 5A, F8 and 62. RGB value is (90,248,98). Sum of RGB (Red+Green+Blue) = 90+248+98=436 (57% of max value = 765). Red value is 90 (35.55% from 255 or 20.64% from 436); Green value is 248 (97.27% from 255 or 56.88% from 436); Blue value is 98 (38.67% from 255 or 22.48% from 436); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF862 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF862 is #A5079D. Grayscale: #B8B8B8. Windows color (decimal): -10815390 or 6486106. OLE color: 6486106.
HSL color Cylindrical-coordinate representation of color #5AF862: hue angle of 123.04º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AF862 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 98 | - |
| CMYK | 0.64 | 0 | 0.60 | 0.03 |
| HSL | 123.04º | 0.92% | 0.66% | - |
| HSV(B) | 123.04º | 0.64% | 0.97% | - |
| XYZ | 39.99 | 70.19 | 23 | - |
| YUV | 183.66 | 79.65 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 98 | 0.64 | 0 | 0.60 | 0.03 | 123.04 | 0.92 | 0.66 |
| Hex | 5A | F8 | 62 | 40 | 0 | 3C | 3 | 7B | 5C | 42 |
| Octal | 132 | 370 | 142 | 100 | 0 | 74 | 3 | 173 | 134 | 102 |
| Binary | 1011010 | 11111000 | 1100010 | 1000000 | 0 | 111100 | 11 | 1111011 | 1011100 | 1000010 |
Color Harmonies of #5AF862
Complementary color
Monochromatic Colors of #5AF862
Black with #5AF862
Text Example
Text Example
White with #5AF862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF862; }
p { color: rgb(90,248,98); }
H1.HeaderClassName
{
color: #5AF862;
}
.AnyTagClassName
{
color: #5AF862;
}
</style>
background-color css
<style>
a { background-color: #5AF862; }
a { background-color: rgb(90,248,98); }
div.DivClassName
{
background-color: #5AF862;
}
.BgClassName
{
background-color: #5AF862;
}
</style>
border-color css
<style>
span { border-color: #5AF862; }
span { border-color: rgb(90,248,98); }
td.TdClassName
{
border-color: #5AF862;
}
.TagClassName
{
border-color: #5AF862;
}
</style>