Shades of Screamin' Green #5BFC7C
Tints of Screamin' Green #5BFC7C
RGB
CMYK
RGB Variations
Color information
#5BFC7C (or 0x5BFC7C) is known color: Screamin' Green. HEX triplet: 5B, FC and 7C. RGB value is (91,252,124). Sum of RGB (Red+Green+Blue) = 91+252+124=467 (61% of max value = 765). Red value is 91 (35.94% from 255 or 19.49% from 467); Green value is 252 (98.83% from 255 or 53.96% from 467); Blue value is 124 (48.83% from 255 or 26.55% from 467); Max value from RGB is 252 - color contains mainly: green. Hex color #5BFC7C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5BFC7C is #A40383. Grayscale: #BDBDBD. Windows color (decimal): -10748804 or 8191067. OLE color: 8191067.
HSL color Cylindrical-coordinate representation of color #5BFC7C: hue angle of 132.3º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5BFC7C is Cyan = 0.64, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 252 | 124 | - |
| CMYK | 0.64 | 0 | 0.51 | 0.01 |
| HSL | 132.3º | 0.96% | 0.67% | - |
| HSV(B) | 132.3º | 0.64% | 0.99% | - |
| XYZ | 42.76 | 73.3 | 30.96 | - |
| YUV | 189.27 | 91.16 | 57.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 252 | 124 | 0.64 | 0 | 0.51 | 0.01 | 132.3 | 0.96 | 0.67 |
| Hex | 5B | FC | 7C | 40 | 0 | 33 | 1 | 84 | 60 | 43 |
| Octal | 133 | 374 | 174 | 100 | 0 | 63 | 1 | 204 | 140 | 103 |
| Binary | 1011011 | 11111100 | 1111100 | 1000000 | 0 | 110011 | 1 | 10000100 | 1100000 | 1000011 |
Color Harmonies of #5BFC7C
Complementary color
Monochromatic Colors of #5BFC7C
Black with #5BFC7C
Text Example
Text Example
White with #5BFC7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFC7C; }
p { color: rgb(91,252,124); }
H1.HeaderClassName
{
color: #5BFC7C;
}
.AnyTagClassName
{
color: #5BFC7C;
}
</style>
background-color css
<style>
a { background-color: #5BFC7C; }
a { background-color: rgb(91,252,124); }
div.DivClassName
{
background-color: #5BFC7C;
}
.BgClassName
{
background-color: #5BFC7C;
}
</style>
border-color css
<style>
span { border-color: #5BFC7C; }
span { border-color: rgb(91,252,124); }
td.TdClassName
{
border-color: #5BFC7C;
}
.TagClassName
{
border-color: #5BFC7C;
}
</style>