Shades of Screamin' Green #5AFB83
Tints of Screamin' Green #5AFB83
RGB
CMYK
RGB Variations
Color information
#5AFB83 (or 0x5AFB83) is known color: Screamin' Green. HEX triplet: 5A, FB and 83. RGB value is (90,251,131). Sum of RGB (Red+Green+Blue) = 90+251+131=472 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.07% from 472); Green value is 251 (98.44% from 255 or 53.18% from 472); Blue value is 131 (51.56% from 255 or 27.75% from 472); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB83 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFB83 is #A5047C. Grayscale: #BDBDBD. Windows color (decimal): -10814589 or 8649562. OLE color: 8649562.
HSL color Cylindrical-coordinate representation of color #5AFB83: hue angle of 135.28º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFB83 is Cyan = 0.64, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 131 | - |
| CMYK | 0.64 | 0 | 0.48 | 0.02 |
| HSL | 135.28º | 0.95% | 0.67% | - |
| HSV(B) | 135.28º | 0.64% | 0.98% | - |
| XYZ | 42.81 | 72.81 | 33.27 | - |
| YUV | 189.18 | 95.16 | 57.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 131 | 0.64 | 0 | 0.48 | 0.02 | 135.28 | 0.95 | 0.67 |
| Hex | 5A | FB | 83 | 40 | 0 | 30 | 2 | 87 | 5F | 43 |
| Octal | 132 | 373 | 203 | 100 | 0 | 60 | 2 | 207 | 137 | 103 |
| Binary | 1011010 | 11111011 | 10000011 | 1000000 | 0 | 110000 | 10 | 10000111 | 1011111 | 1000011 |
Color Harmonies of #5AFB83
Complementary color
Monochromatic Colors of #5AFB83
Black with #5AFB83
Text Example
Text Example
White with #5AFB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB83; }
p { color: rgb(90,251,131); }
H1.HeaderClassName
{
color: #5AFB83;
}
.AnyTagClassName
{
color: #5AFB83;
}
</style>
background-color css
<style>
a { background-color: #5AFB83; }
a { background-color: rgb(90,251,131); }
div.DivClassName
{
background-color: #5AFB83;
}
.BgClassName
{
background-color: #5AFB83;
}
</style>
border-color css
<style>
span { border-color: #5AFB83; }
span { border-color: rgb(90,251,131); }
td.TdClassName
{
border-color: #5AFB83;
}
.TagClassName
{
border-color: #5AFB83;
}
</style>