Shades of Screamin' Green #5BFF36
Tints of Screamin' Green #5BFF36
RGB
CMYK
RGB Variations
Color information
#5BFF36 (or 0x5BFF36) is known color: Screamin' Green. HEX triplet: 5B, FF and 36. RGB value is (91,255,54). Sum of RGB (Red+Green+Blue) = 91+255+54=400 (52% of max value = 765). Red value is 91 (35.94% from 255 or 22.75% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 54 (21.48% from 255 or 13.5% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #5BFF36 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #5BFF36 is #A400C9. Grayscale: #B7B7B7. Windows color (decimal): -10748106 or 3604315. OLE color: 3604315.
HSL color Cylindrical-coordinate representation of color #5BFF36: hue angle of 108.96º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5BFF36 is Cyan = 0.64, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 255 | 54 | - |
| CMYK | 0.64 | 0 | 0.79 | 0 |
| HSL | 108.96º | 1% | 0.61% | - |
| HSV(B) | 108.96º | 0.79% | 1% | - |
| XYZ | 40.74 | 74.01 | 15.63 | - |
| YUV | 183.05 | 55.17 | 62.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 255 | 54 | 0.64 | 0 | 0.79 | 0 | 108.96 | 1 | 0.61 |
| Hex | 5B | FF | 36 | 40 | 0 | 4F | 0 | 6D | 64 | 3D |
| Octal | 133 | 377 | 66 | 100 | 0 | 117 | 0 | 155 | 144 | 75 |
| Binary | 1011011 | 11111111 | 110110 | 1000000 | 0 | 1001111 | 0 | 1101101 | 1100100 | 111101 |
Color Harmonies of #5BFF36
Complementary color
Monochromatic Colors of #5BFF36
Black with #5BFF36
Text Example
Text Example
White with #5BFF36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BFF36; }
p { color: rgb(91,255,54); }
H1.HeaderClassName
{
color: #5BFF36;
}
.AnyTagClassName
{
color: #5BFF36;
}
</style>
background-color css
<style>
a { background-color: #5BFF36; }
a { background-color: rgb(91,255,54); }
div.DivClassName
{
background-color: #5BFF36;
}
.BgClassName
{
background-color: #5BFF36;
}
</style>
border-color css
<style>
span { border-color: #5BFF36; }
span { border-color: rgb(91,255,54); }
td.TdClassName
{
border-color: #5BFF36;
}
.TagClassName
{
border-color: #5BFF36;
}
</style>