Shades of Screamin' Green #36FF50
Tints of Screamin' Green #36FF50
RGB
CMYK
RGB Variations
Color information
#36FF50 (or 0x36FF50) is known color: Screamin' Green. HEX triplet: 36, FF and 50. RGB value is (54,255,80). Sum of RGB (Red+Green+Blue) = 54+255+80=389 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.88% from 389); Green value is 255 (100% from 255 or 65.55% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FF50 is #C900AF. Grayscale: #AFAFAF. Windows color (decimal): -13172912 or 5308214. OLE color: 5308214.
HSL color Cylindrical-coordinate representation of color #36FF50: hue angle of 127.76º 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 #36FF50 is Cyan = 0.79, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 80 | - |
| CMYK | 0.79 | 0 | 0.69 | 0 |
| HSL | 127.76º | 1% | 0.61% | - |
| HSV(B) | 127.76º | 0.79% | 1% | - |
| XYZ | 38.73 | 72.88 | 19.62 | - |
| YUV | 174.95 | 74.41 | 41.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 80 | 0.79 | 0 | 0.69 | 0 | 127.76 | 1 | 0.61 |
| Hex | 36 | FF | 50 | 4F | 0 | 45 | 0 | 80 | 64 | 3D |
| Octal | 66 | 377 | 120 | 117 | 0 | 105 | 0 | 200 | 144 | 75 |
| Binary | 110110 | 11111111 | 1010000 | 1001111 | 0 | 1000101 | 0 | 10000000 | 1100100 | 111101 |
Color Harmonies of #36FF50
Complementary color
Monochromatic Colors of #36FF50
Black with #36FF50
Text Example
Text Example
White with #36FF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF50; }
p { color: rgb(54,255,80); }
H1.HeaderClassName
{
color: #36FF50;
}
.AnyTagClassName
{
color: #36FF50;
}
</style>
background-color css
<style>
a { background-color: #36FF50; }
a { background-color: rgb(54,255,80); }
div.DivClassName
{
background-color: #36FF50;
}
.BgClassName
{
background-color: #36FF50;
}
</style>
border-color css
<style>
span { border-color: #36FF50; }
span { border-color: rgb(54,255,80); }
td.TdClassName
{
border-color: #36FF50;
}
.TagClassName
{
border-color: #36FF50;
}
</style>