Shades of Screamin' Green #36FE6C
Tints of Screamin' Green #36FE6C
RGB
CMYK
RGB Variations
Color information
#36FE6C (or 0x36FE6C) is known color: Screamin' Green. HEX triplet: 36, FE and 6C. RGB value is (54,254,108). Sum of RGB (Red+Green+Blue) = 54+254+108=416 (55% of max value = 765). Red value is 54 (21.48% from 255 or 12.98% from 416); Green value is 254 (99.61% from 255 or 61.06% from 416); Blue value is 108 (42.58% from 255 or 25.96% from 416); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE6C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FE6C is #C90193. Grayscale: #B1B1B1. Windows color (decimal): -13173140 or 7142966. OLE color: 7142966.
HSL color Cylindrical-coordinate representation of color #36FE6C: hue angle of 136.2º 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 #36FE6C is Cyan = 0.79, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 108 | - |
| CMYK | 0.79 | 0 | 0.57 | 0.00 |
| HSL | 136.2º | 0.99% | 0.6% | - |
| HSV(B) | 136.2º | 0.79% | 1% | - |
| XYZ | 39.67 | 72.75 | 26.14 | - |
| YUV | 177.56 | 88.74 | 39.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 108 | 0.79 | 0 | 0.57 | 0.00 | 136.2 | 0.99 | 0.6 |
| Hex | 36 | FE | 6C | 4F | 0 | 39 | 0 | 88 | 63 | 3C |
| Octal | 66 | 376 | 154 | 117 | 0 | 71 | 0 | 210 | 143 | 74 |
| Binary | 110110 | 11111110 | 1101100 | 1001111 | 0 | 111001 | 0 | 10001000 | 1100011 | 111100 |
Color Harmonies of #36FE6C
Complementary color
Monochromatic Colors of #36FE6C
Black with #36FE6C
Text Example
Text Example
White with #36FE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE6C; }
p { color: rgb(54,254,108); }
H1.HeaderClassName
{
color: #36FE6C;
}
.AnyTagClassName
{
color: #36FE6C;
}
</style>
background-color css
<style>
a { background-color: #36FE6C; }
a { background-color: rgb(54,254,108); }
div.DivClassName
{
background-color: #36FE6C;
}
.BgClassName
{
background-color: #36FE6C;
}
</style>
border-color css
<style>
span { border-color: #36FE6C; }
span { border-color: rgb(54,254,108); }
td.TdClassName
{
border-color: #36FE6C;
}
.TagClassName
{
border-color: #36FE6C;
}
</style>