Shades of Screamin' Green #36FE5D
Tints of Screamin' Green #36FE5D
RGB
CMYK
RGB Variations
Color information
#36FE5D (or 0x36FE5D) is known color: Screamin' Green. HEX triplet: 36, FE and 5D. RGB value is (54,254,93). Sum of RGB (Red+Green+Blue) = 54+254+93=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 254 (99.61% from 255 or 63.34% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FE5D is #C901A2. Grayscale: #B0B0B0. Windows color (decimal): -13173155 or 6159926. OLE color: 6159926.
HSL color Cylindrical-coordinate representation of color #36FE5D: hue angle of 131.7º degrees, saturation: 0.99, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #36FE5D is Cyan = 0.79, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 93 | - |
| CMYK | 0.79 | 0 | 0.63 | 0.00 |
| HSL | 131.7º | 0.99% | 0.6% | - |
| HSV(B) | 131.7º | 0.79% | 1% | - |
| XYZ | 38.94 | 72.46 | 22.29 | - |
| YUV | 175.85 | 81.24 | 41.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 93 | 0.79 | 0 | 0.63 | 0.00 | 131.7 | 0.99 | 0.6 |
| Hex | 36 | FE | 5D | 4F | 0 | 3F | 0 | 84 | 63 | 3C |
| Octal | 66 | 376 | 135 | 117 | 0 | 77 | 0 | 204 | 143 | 74 |
| Binary | 110110 | 11111110 | 1011101 | 1001111 | 0 | 111111 | 0 | 10000100 | 1100011 | 111100 |
Color Harmonies of #36FE5D
Complementary color
Monochromatic Colors of #36FE5D
Black with #36FE5D
Text Example
Text Example
White with #36FE5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE5D; }
p { color: rgb(54,254,93); }
H1.HeaderClassName
{
color: #36FE5D;
}
.AnyTagClassName
{
color: #36FE5D;
}
</style>
background-color css
<style>
a { background-color: #36FE5D; }
a { background-color: rgb(54,254,93); }
div.DivClassName
{
background-color: #36FE5D;
}
.BgClassName
{
background-color: #36FE5D;
}
</style>
border-color css
<style>
span { border-color: #36FE5D; }
span { border-color: rgb(54,254,93); }
td.TdClassName
{
border-color: #36FE5D;
}
.TagClassName
{
border-color: #36FE5D;
}
</style>