Shades of Screamin' Green #36FA5E
Tints of Screamin' Green #36FA5E
RGB
CMYK
RGB Variations
Color information
#36FA5E (or 0x36FA5E) is known color: Screamin' Green. HEX triplet: 36, FA and 5E. RGB value is (54,250,94). Sum of RGB (Red+Green+Blue) = 54+250+94=398 (52% of max value = 765). Red value is 54 (21.48% from 255 or 13.57% from 398); Green value is 250 (98.05% from 255 or 62.81% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 250 - color contains mainly: green. Hex color #36FA5E is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FA5E is #C905A1. Grayscale: #AEAEAE. Windows color (decimal): -13174178 or 6224438. OLE color: 6224438.
HSL color Cylindrical-coordinate representation of color #36FA5E: hue angle of 132.24º 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 #36FA5E is Cyan = 0.78, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 54 | 250 | 94 | - |
| CMYK | 0.78 | 0 | 0.62 | 0.02 |
| HSL | 132.24º | 0.95% | 0.6% | - |
| HSV(B) | 132.24º | 0.78% | 0.98% | - |
| XYZ | 37.73 | 69.96 | 22.11 | - |
| YUV | 173.61 | 83.07 | 42.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 250 | 94 | 0.78 | 0 | 0.62 | 0.02 | 132.24 | 0.95 | 0.6 |
| Hex | 36 | FA | 5E | 4E | 0 | 3E | 2 | 84 | 5F | 3C |
| Octal | 66 | 372 | 136 | 116 | 0 | 76 | 2 | 204 | 137 | 74 |
| Binary | 110110 | 11111010 | 1011110 | 1001110 | 0 | 111110 | 10 | 10000100 | 1011111 | 111100 |
Color Harmonies of #36FA5E
Complementary color
Monochromatic Colors of #36FA5E
Black with #36FA5E
Text Example
Text Example
White with #36FA5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FA5E; }
p { color: rgb(54,250,94); }
H1.HeaderClassName
{
color: #36FA5E;
}
.AnyTagClassName
{
color: #36FA5E;
}
</style>
background-color css
<style>
a { background-color: #36FA5E; }
a { background-color: rgb(54,250,94); }
div.DivClassName
{
background-color: #36FA5E;
}
.BgClassName
{
background-color: #36FA5E;
}
</style>
border-color css
<style>
span { border-color: #36FA5E; }
span { border-color: rgb(54,250,94); }
td.TdClassName
{
border-color: #36FA5E;
}
.TagClassName
{
border-color: #36FA5E;
}
</style>