Shades of Screamin' Green #36FE4D
Tints of Screamin' Green #36FE4D
RGB
CMYK
RGB Variations
Color information
#36FE4D (or 0x36FE4D) is known color: Screamin' Green. HEX triplet: 36, FE and 4D. RGB value is (54,254,77). Sum of RGB (Red+Green+Blue) = 54+254+77=385 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.03% from 385); Green value is 254 (99.61% from 255 or 65.97% from 385); Blue value is 77 (30.47% from 255 or 20% from 385); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FE4D is #C901B2. Grayscale: #AEAEAE. Windows color (decimal): -13173171 or 5111350. OLE color: 5111350.
HSL color Cylindrical-coordinate representation of color #36FE4D: hue angle of 126.9º 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 #36FE4D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 77 | - |
| CMYK | 0.79 | 0 | 0.70 | 0.00 |
| HSL | 126.9º | 0.99% | 0.6% | - |
| HSV(B) | 126.9º | 0.79% | 1% | - |
| XYZ | 38.3 | 72.2 | 18.94 | - |
| YUV | 174.02 | 73.24 | 42.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 77 | 0.79 | 0 | 0.70 | 0.00 | 126.9 | 0.99 | 0.6 |
| Hex | 36 | FE | 4D | 4F | 0 | 46 | 0 | 7F | 63 | 3C |
| Octal | 66 | 376 | 115 | 117 | 0 | 106 | 0 | 177 | 143 | 74 |
| Binary | 110110 | 11111110 | 1001101 | 1001111 | 0 | 1000110 | 0 | 1111111 | 1100011 | 111100 |
Color Harmonies of #36FE4D
Complementary color
Monochromatic Colors of #36FE4D
Black with #36FE4D
Text Example
Text Example
White with #36FE4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE4D; }
p { color: rgb(54,254,77); }
H1.HeaderClassName
{
color: #36FE4D;
}
.AnyTagClassName
{
color: #36FE4D;
}
</style>
background-color css
<style>
a { background-color: #36FE4D; }
a { background-color: rgb(54,254,77); }
div.DivClassName
{
background-color: #36FE4D;
}
.BgClassName
{
background-color: #36FE4D;
}
</style>
border-color css
<style>
span { border-color: #36FE4D; }
span { border-color: rgb(54,254,77); }
td.TdClassName
{
border-color: #36FE4D;
}
.TagClassName
{
border-color: #36FE4D;
}
</style>