Shades of Screamin' Green #36FF4D
Tints of Screamin' Green #36FF4D
RGB
CMYK
RGB Variations
Color information
#36FF4D (or 0x36FF4D) is known color: Screamin' Green. HEX triplet: 36, FF and 4D. RGB value is (54,255,77). Sum of RGB (Red+Green+Blue) = 54+255+77=386 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.99% from 386); Green value is 255 (100% from 255 or 66.06% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF4D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FF4D is #C900B2. Grayscale: #AFAFAF. Windows color (decimal): -13172915 or 5111606. OLE color: 5111606.
HSL color Cylindrical-coordinate representation of color #36FF4D: hue angle of 126.87º 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 #36FF4D is Cyan = 0.79, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 77 | - |
| CMYK | 0.79 | 0 | 0.70 | 0 |
| HSL | 126.87º | 1% | 0.61% | - |
| HSV(B) | 126.87º | 0.79% | 1% | - |
| XYZ | 38.62 | 72.84 | 19.05 | - |
| YUV | 174.61 | 72.91 | 41.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 77 | 0.79 | 0 | 0.70 | 0 | 126.87 | 1 | 0.61 |
| Hex | 36 | FF | 4D | 4F | 0 | 46 | 0 | 7F | 64 | 3D |
| Octal | 66 | 377 | 115 | 117 | 0 | 106 | 0 | 177 | 144 | 75 |
| Binary | 110110 | 11111111 | 1001101 | 1001111 | 0 | 1000110 | 0 | 1111111 | 1100100 | 111101 |
Color Harmonies of #36FF4D
Complementary color
Monochromatic Colors of #36FF4D
Black with #36FF4D
Text Example
Text Example
White with #36FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF4D; }
p { color: rgb(54,255,77); }
H1.HeaderClassName
{
color: #36FF4D;
}
.AnyTagClassName
{
color: #36FF4D;
}
</style>
background-color css
<style>
a { background-color: #36FF4D; }
a { background-color: rgb(54,255,77); }
div.DivClassName
{
background-color: #36FF4D;
}
.BgClassName
{
background-color: #36FF4D;
}
</style>
border-color css
<style>
span { border-color: #36FF4D; }
span { border-color: rgb(54,255,77); }
td.TdClassName
{
border-color: #36FF4D;
}
.TagClassName
{
border-color: #36FF4D;
}
</style>