Shades of Screamin' Green #5AF850
Tints of Screamin' Green #5AF850
RGB
CMYK
RGB Variations
Color information
#5AF850 (or 0x5AF850) is known color: Screamin' Green. HEX triplet: 5A, F8 and 50. RGB value is (90,248,80). Sum of RGB (Red+Green+Blue) = 90+248+80=418 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.53% from 418); Green value is 248 (97.27% from 255 or 59.33% from 418); Blue value is 80 (31.64% from 255 or 19.14% from 418); Max value from RGB is 248 - color contains mainly: green. Hex color #5AF850 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AF850 is #A507AF. Grayscale: #B6B6B6. Windows color (decimal): -10815408 or 5306458. OLE color: 5306458.
HSL color Cylindrical-coordinate representation of color #5AF850: hue angle of 116.43º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AF850 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 248 | 80 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.03 |
| HSL | 116.43º | 0.92% | 0.64% | - |
| HSV(B) | 116.43º | 0.68% | 0.97% | - |
| XYZ | 39.23 | 69.89 | 19.01 | - |
| YUV | 181.61 | 70.65 | 62.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 248 | 80 | 0.64 | 0 | 0.68 | 0.03 | 116.43 | 0.92 | 0.64 |
| Hex | 5A | F8 | 50 | 40 | 0 | 44 | 3 | 74 | 5C | 40 |
| Octal | 132 | 370 | 120 | 100 | 0 | 104 | 3 | 164 | 134 | 100 |
| Binary | 1011010 | 11111000 | 1010000 | 1000000 | 0 | 1000100 | 11 | 1110100 | 1011100 | 1000000 |
Color Harmonies of #5AF850
Complementary color
Monochromatic Colors of #5AF850
Black with #5AF850
Text Example
Text Example
White with #5AF850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AF850; }
p { color: rgb(90,248,80); }
H1.HeaderClassName
{
color: #5AF850;
}
.AnyTagClassName
{
color: #5AF850;
}
</style>
background-color css
<style>
a { background-color: #5AF850; }
a { background-color: rgb(90,248,80); }
div.DivClassName
{
background-color: #5AF850;
}
.BgClassName
{
background-color: #5AF850;
}
</style>
border-color css
<style>
span { border-color: #5AF850; }
span { border-color: rgb(90,248,80); }
td.TdClassName
{
border-color: #5AF850;
}
.TagClassName
{
border-color: #5AF850;
}
</style>