Shades of Screamin' Green #5AFB50
Tints of Screamin' Green #5AFB50
RGB
CMYK
RGB Variations
Color information
#5AFB50 (or 0x5AFB50) is known color: Screamin' Green. HEX triplet: 5A, FB and 50. RGB value is (90,251,80). Sum of RGB (Red+Green+Blue) = 90+251+80=421 (55% of max value = 765). Red value is 90 (35.55% from 255 or 21.38% from 421); Green value is 251 (98.44% from 255 or 59.62% from 421); Blue value is 80 (31.64% from 255 or 19.00% from 421); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFB50 is #A504AF. Grayscale: #B7B7B7. Windows color (decimal): -10814640 or 5307226. OLE color: 5307226.
HSL color Cylindrical-coordinate representation of color #5AFB50: hue angle of 116.49º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5AFB50 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 80 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.02 |
| HSL | 116.49º | 0.96% | 0.65% | - |
| HSV(B) | 116.49º | 0.68% | 0.98% | - |
| XYZ | 40.16 | 71.75 | 19.32 | - |
| YUV | 183.37 | 69.66 | 61.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 80 | 0.64 | 0 | 0.68 | 0.02 | 116.49 | 0.96 | 0.65 |
| Hex | 5A | FB | 50 | 40 | 0 | 44 | 2 | 74 | 60 | 41 |
| Octal | 132 | 373 | 120 | 100 | 0 | 104 | 2 | 164 | 140 | 101 |
| Binary | 1011010 | 11111011 | 1010000 | 1000000 | 0 | 1000100 | 10 | 1110100 | 1100000 | 1000001 |
Color Harmonies of #5AFB50
Complementary color
Monochromatic Colors of #5AFB50
Black with #5AFB50
Text Example
Text Example
White with #5AFB50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB50; }
p { color: rgb(90,251,80); }
H1.HeaderClassName
{
color: #5AFB50;
}
.AnyTagClassName
{
color: #5AFB50;
}
</style>
background-color css
<style>
a { background-color: #5AFB50; }
a { background-color: rgb(90,251,80); }
div.DivClassName
{
background-color: #5AFB50;
}
.BgClassName
{
background-color: #5AFB50;
}
</style>
border-color css
<style>
span { border-color: #5AFB50; }
span { border-color: rgb(90,251,80); }
td.TdClassName
{
border-color: #5AFB50;
}
.TagClassName
{
border-color: #5AFB50;
}
</style>