Shades of Screamin' Green #5BF27C
Tints of Screamin' Green #5BF27C
RGB
CMYK
RGB Variations
Color information
#5BF27C (or 0x5BF27C) is known color: Screamin' Green. HEX triplet: 5B, F2 and 7C. RGB value is (91,242,124). Sum of RGB (Red+Green+Blue) = 91+242+124=457 (60% of max value = 765). Red value is 91 (35.94% from 255 or 19.91% from 457); Green value is 242 (94.92% from 255 or 52.95% from 457); Blue value is 124 (48.83% from 255 or 27.13% from 457); Max value from RGB is 242 - color contains mainly: green. Hex color #5BF27C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #5BF27C is #A40D83. Grayscale: #B7B7B7. Windows color (decimal): -10751364 or 8188507. OLE color: 8188507.
HSL color Cylindrical-coordinate representation of color #5BF27C: hue angle of 133.11º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5BF27C is Cyan = 0.62, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 91 | 242 | 124 | - |
| CMYK | 0.62 | 0 | 0.49 | 0.05 |
| HSL | 133.11º | 0.85% | 0.65% | - |
| HSV(B) | 133.11º | 0.62% | 0.95% | - |
| XYZ | 39.7 | 67.18 | 29.94 | - |
| YUV | 183.4 | 94.47 | 62.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 242 | 124 | 0.62 | 0 | 0.49 | 0.05 | 133.11 | 0.85 | 0.65 |
| Hex | 5B | F2 | 7C | 3E | 0 | 31 | 5 | 85 | 55 | 41 |
| Octal | 133 | 362 | 174 | 76 | 0 | 61 | 5 | 205 | 125 | 101 |
| Binary | 1011011 | 11110010 | 1111100 | 111110 | 0 | 110001 | 101 | 10000101 | 1010101 | 1000001 |
Color Harmonies of #5BF27C
Complementary color
Monochromatic Colors of #5BF27C
Black with #5BF27C
Text Example
Text Example
White with #5BF27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BF27C; }
p { color: rgb(91,242,124); }
H1.HeaderClassName
{
color: #5BF27C;
}
.AnyTagClassName
{
color: #5BF27C;
}
</style>
background-color css
<style>
a { background-color: #5BF27C; }
a { background-color: rgb(91,242,124); }
div.DivClassName
{
background-color: #5BF27C;
}
.BgClassName
{
background-color: #5BF27C;
}
</style>
border-color css
<style>
span { border-color: #5BF27C; }
span { border-color: rgb(91,242,124); }
td.TdClassName
{
border-color: #5BF27C;
}
.TagClassName
{
border-color: #5BF27C;
}
</style>