Shades of Screamin' Green #5AFB6C
Tints of Screamin' Green #5AFB6C
RGB
CMYK
RGB Variations
Color information
#5AFB6C (or 0x5AFB6C) is known color: Screamin' Green. HEX triplet: 5A, FB and 6C. RGB value is (90,251,108). Sum of RGB (Red+Green+Blue) = 90+251+108=449 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.04% from 449); Green value is 251 (98.44% from 255 or 55.90% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 251 - color contains mainly: green. Hex color #5AFB6C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5AFB6C is #A50493. Grayscale: #BABABA. Windows color (decimal): -10814612 or 7142234. OLE color: 7142234.
HSL color Cylindrical-coordinate representation of color #5AFB6C: hue angle of 126.71º 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 #5AFB6C is Cyan = 0.64, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 251 | 108 | - |
| CMYK | 0.64 | 0 | 0.57 | 0.02 |
| HSL | 126.71º | 0.95% | 0.67% | - |
| HSV(B) | 126.71º | 0.64% | 0.98% | - |
| XYZ | 41.42 | 72.25 | 25.95 | - |
| YUV | 186.56 | 83.66 | 59.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 251 | 108 | 0.64 | 0 | 0.57 | 0.02 | 126.71 | 0.95 | 0.67 |
| Hex | 5A | FB | 6C | 40 | 0 | 39 | 2 | 7F | 5F | 43 |
| Octal | 132 | 373 | 154 | 100 | 0 | 71 | 2 | 177 | 137 | 103 |
| Binary | 1011010 | 11111011 | 1101100 | 1000000 | 0 | 111001 | 10 | 1111111 | 1011111 | 1000011 |
Color Harmonies of #5AFB6C
Complementary color
Monochromatic Colors of #5AFB6C
Black with #5AFB6C
Text Example
Text Example
White with #5AFB6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AFB6C; }
p { color: rgb(90,251,108); }
H1.HeaderClassName
{
color: #5AFB6C;
}
.AnyTagClassName
{
color: #5AFB6C;
}
</style>
background-color css
<style>
a { background-color: #5AFB6C; }
a { background-color: rgb(90,251,108); }
div.DivClassName
{
background-color: #5AFB6C;
}
.BgClassName
{
background-color: #5AFB6C;
}
</style>
border-color css
<style>
span { border-color: #5AFB6C; }
span { border-color: rgb(90,251,108); }
td.TdClassName
{
border-color: #5AFB6C;
}
.TagClassName
{
border-color: #5AFB6C;
}
</style>