Shades of Screamin' Green #36FA50
Tints of Screamin' Green #36FA50
RGB
CMYK
RGB Variations
Color information
#36FA50 (or 0x36FA50) is known color: Screamin' Green. HEX triplet: 36, FA and 50. RGB value is (54,250,80). Sum of RGB (Red+Green+Blue) = 54+250+80=384 (50% of max value = 765). Red value is 54 (21.48% from 255 or 14.06% from 384); Green value is 250 (98.05% from 255 or 65.10% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA50 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FA50 is #C905AF. Grayscale: #ACACAC. Windows color (decimal): -13174192 or 5306934. OLE color: 5306934.
HSL color Cylindrical-coordinate representation of color #36FA50: hue angle of 127.96º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36FA50 is Cyan = 0.78, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 80 | - |
| CMYK | 0.78 | 0 | 0.68 | 0.02 |
| HSL | 127.96º | 0.95% | 0.6% | - |
| HSV(B) | 127.96º | 0.78% | 0.98% | - |
| XYZ | 37.15 | 69.73 | 19.09 | - |
| YUV | 172.02 | 76.07 | 43.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 80 | 0.78 | 0 | 0.68 | 0.02 | 127.96 | 0.95 | 0.6 |
| Hex | 36 | FA | 50 | 4E | 0 | 44 | 2 | 80 | 5F | 3C |
| Octal | 66 | 372 | 120 | 116 | 0 | 104 | 2 | 200 | 137 | 74 |
| Binary | 110110 | 11111010 | 1010000 | 1001110 | 0 | 1000100 | 10 | 10000000 | 1011111 | 111100 |
Color Harmonies of #36FA50
Complementary color
Monochromatic Colors of #36FA50
Black with #36FA50
Text Example
Text Example
White with #36FA50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA50; }
p { color: rgb(54,250,80); }
H1.HeaderClassName
{
color: #36FA50;
}
.AnyTagClassName
{
color: #36FA50;
}
</style>
background-color css
<style>
a { background-color: #36FA50; }
a { background-color: rgb(54,250,80); }
div.DivClassName
{
background-color: #36FA50;
}
.BgClassName
{
background-color: #36FA50;
}
</style>
border-color css
<style>
span { border-color: #36FA50; }
span { border-color: rgb(54,250,80); }
td.TdClassName
{
border-color: #36FA50;
}
.TagClassName
{
border-color: #36FA50;
}
</style>