Shades of Screamin' Green #36FF5C
Tints of Screamin' Green #36FF5C
RGB
CMYK
RGB Variations
Color information
#36FF5C (or 0x36FF5C) is known color: Screamin' Green. HEX triplet: 36, FF and 5C. RGB value is (54,255,92). Sum of RGB (Red+Green+Blue) = 54+255+92=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 92 (36.33% from 255 or 22.94% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #36FF5C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FF5C is #C900A3. Grayscale: #B0B0B0. Windows color (decimal): -13172900 or 6094646. OLE color: 6094646.
HSL color Cylindrical-coordinate representation of color #36FF5C: hue angle of 131.34º 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 #36FF5C is Cyan = 0.79, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.
Color convert
| RGB | 54 | 255 | 92 | - |
| CMYK | 0.79 | 0 | 0.64 | 0 |
| HSL | 131.34º | 1% | 0.61% | - |
| HSV(B) | 131.34º | 0.79% | 1% | - |
| XYZ | 39.21 | 73.08 | 22.16 | - |
| YUV | 176.32 | 80.41 | 40.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 255 | 92 | 0.79 | 0 | 0.64 | 0 | 131.34 | 1 | 0.61 |
| Hex | 36 | FF | 5C | 4F | 0 | 40 | 0 | 83 | 64 | 3D |
| Octal | 66 | 377 | 134 | 117 | 0 | 100 | 0 | 203 | 144 | 75 |
| Binary | 110110 | 11111111 | 1011100 | 1001111 | 0 | 1000000 | 0 | 10000011 | 1100100 | 111101 |
Color Harmonies of #36FF5C
Complementary color
Monochromatic Colors of #36FF5C
Black with #36FF5C
Text Example
Text Example
White with #36FF5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FF5C; }
p { color: rgb(54,255,92); }
H1.HeaderClassName
{
color: #36FF5C;
}
.AnyTagClassName
{
color: #36FF5C;
}
</style>
background-color css
<style>
a { background-color: #36FF5C; }
a { background-color: rgb(54,255,92); }
div.DivClassName
{
background-color: #36FF5C;
}
.BgClassName
{
background-color: #36FF5C;
}
</style>
border-color css
<style>
span { border-color: #36FF5C; }
span { border-color: rgb(54,255,92); }
td.TdClassName
{
border-color: #36FF5C;
}
.TagClassName
{
border-color: #36FF5C;
}
</style>