Shades of Screamin' Green #36FF5D
Tints of Screamin' Green #36FF5D
RGB
CMYK
RGB Variations
Color information
#36FF5D (or 0x36FF5D) is known color: Screamin' Green. HEX triplet: 36, FF and 5D. RGB value is (54,255,93). Sum of RGB (Red+Green+Blue) = 54+255+93=402 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.43% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 93 (36.72% from 255 or 23.13% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FF5D is #C900A2. Grayscale: #B0B0B0. Windows color (decimal): -13172899 or 6160182. OLE color: 6160182.
HSL color Cylindrical-coordinate representation of color #36FF5D: hue angle of 131.64º 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 #36FF5D is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 93 | - |
| CMYK | 0.79 | 0 | 0.64 | 0 |
| HSL | 131.64º | 1% | 0.61% | - |
| HSV(B) | 131.64º | 0.79% | 1% | - |
| XYZ | 39.26 | 73.09 | 22.4 | - |
| YUV | 176.43 | 80.91 | 40.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 93 | 0.79 | 0 | 0.64 | 0 | 131.64 | 1 | 0.61 |
| Hex | 36 | FF | 5D | 4F | 0 | 40 | 0 | 84 | 64 | 3D |
| Octal | 66 | 377 | 135 | 117 | 0 | 100 | 0 | 204 | 144 | 75 |
| Binary | 110110 | 11111111 | 1011101 | 1001111 | 0 | 1000000 | 0 | 10000100 | 1100100 | 111101 |
Color Harmonies of #36FF5D
Complementary color
Monochromatic Colors of #36FF5D
Black with #36FF5D
Text Example
Text Example
White with #36FF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF5D; }
p { color: rgb(54,255,93); }
H1.HeaderClassName
{
color: #36FF5D;
}
.AnyTagClassName
{
color: #36FF5D;
}
</style>
background-color css
<style>
a { background-color: #36FF5D; }
a { background-color: rgb(54,255,93); }
div.DivClassName
{
background-color: #36FF5D;
}
.BgClassName
{
background-color: #36FF5D;
}
</style>
border-color css
<style>
span { border-color: #36FF5D; }
span { border-color: rgb(54,255,93); }
td.TdClassName
{
border-color: #36FF5D;
}
.TagClassName
{
border-color: #36FF5D;
}
</style>