Shades of Screamin' Green #36FF5B
Tints of Screamin' Green #36FF5B
RGB
CMYK
RGB Variations
Color information
#36FF5B (or 0x36FF5B) is known color: Screamin' Green. HEX triplet: 36, FF and 5B. RGB value is (54,255,91). Sum of RGB (Red+Green+Blue) = 54+255+91=400 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.5% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 91 (35.94% from 255 or 22.75% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF5B is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FF5B is #C900A4. Grayscale: #B0B0B0. Windows color (decimal): -13172901 or 6029110. OLE color: 6029110.
HSL color Cylindrical-coordinate representation of color #36FF5B: hue angle of 131.04º 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 #36FF5B is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 91 | - |
| CMYK | 0.79 | 0 | 0.64 | 0 |
| HSL | 131.04º | 1% | 0.61% | - |
| HSV(B) | 131.04º | 0.79% | 1% | - |
| XYZ | 39.17 | 73.06 | 21.94 | - |
| YUV | 176.21 | 79.91 | 40.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 91 | 0.79 | 0 | 0.64 | 0 | 131.04 | 1 | 0.61 |
| Hex | 36 | FF | 5B | 4F | 0 | 40 | 0 | 83 | 64 | 3D |
| Octal | 66 | 377 | 133 | 117 | 0 | 100 | 0 | 203 | 144 | 75 |
| Binary | 110110 | 11111111 | 1011011 | 1001111 | 0 | 1000000 | 0 | 10000011 | 1100100 | 111101 |
Color Harmonies of #36FF5B
Complementary color
Monochromatic Colors of #36FF5B
Black with #36FF5B
Text Example
Text Example
White with #36FF5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF5B; }
p { color: rgb(54,255,91); }
H1.HeaderClassName
{
color: #36FF5B;
}
.AnyTagClassName
{
color: #36FF5B;
}
</style>
background-color css
<style>
a { background-color: #36FF5B; }
a { background-color: rgb(54,255,91); }
div.DivClassName
{
background-color: #36FF5B;
}
.BgClassName
{
background-color: #36FF5B;
}
</style>
border-color css
<style>
span { border-color: #36FF5B; }
span { border-color: rgb(54,255,91); }
td.TdClassName
{
border-color: #36FF5B;
}
.TagClassName
{
border-color: #36FF5B;
}
</style>