Shades of Screamin' Green #36F96C
Tints of Screamin' Green #36F96C
RGB
CMYK
RGB Variations
Color information
#36F96C (or 0x36F96C) is known color: Screamin' Green. HEX triplet: 36, F9 and 6C. RGB value is (54,249,108). Sum of RGB (Red+Green+Blue) = 54+249+108=411 (54% of max value = 765). Red value is 54 (21.48% from 255 or 13.14% from 411); Green value is 249 (97.66% from 255 or 60.58% from 411); Blue value is 108 (42.58% from 255 or 26.28% from 411); Max value from RGB is 249 - color contains mainly: green. Hex color #36F96C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F96C is #C90693. Grayscale: #AEAEAE. Windows color (decimal): -13174420 or 7141686. OLE color: 7141686.
HSL color Cylindrical-coordinate representation of color #36F96C: hue angle of 136.62º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F96C is Cyan = 0.78, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 249 | 108 | - |
| CMYK | 0.78 | 0 | 0.57 | 0.02 |
| HSL | 136.62º | 0.94% | 0.59% | - |
| HSV(B) | 136.62º | 0.78% | 0.98% | - |
| XYZ | 38.1 | 69.62 | 25.62 | - |
| YUV | 174.62 | 90.4 | 41.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 249 | 108 | 0.78 | 0 | 0.57 | 0.02 | 136.62 | 0.94 | 0.59 |
| Hex | 36 | F9 | 6C | 4E | 0 | 39 | 2 | 89 | 5E | 3B |
| Octal | 66 | 371 | 154 | 116 | 0 | 71 | 2 | 211 | 136 | 73 |
| Binary | 110110 | 11111001 | 1101100 | 1001110 | 0 | 111001 | 10 | 10001001 | 1011110 | 111011 |
Color Harmonies of #36F96C
Complementary color
Monochromatic Colors of #36F96C
Black with #36F96C
Text Example
Text Example
White with #36F96C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F96C; }
p { color: rgb(54,249,108); }
H1.HeaderClassName
{
color: #36F96C;
}
.AnyTagClassName
{
color: #36F96C;
}
</style>
background-color css
<style>
a { background-color: #36F96C; }
a { background-color: rgb(54,249,108); }
div.DivClassName
{
background-color: #36F96C;
}
.BgClassName
{
background-color: #36F96C;
}
</style>
border-color css
<style>
span { border-color: #36F96C; }
span { border-color: rgb(54,249,108); }
td.TdClassName
{
border-color: #36F96C;
}
.TagClassName
{
border-color: #36F96C;
}
</style>