Shades of Screamin' Green #36FE74
Tints of Screamin' Green #36FE74
RGB
CMYK
RGB Variations
Color information
#36FE74 (or 0x36FE74) is known color: Screamin' Green. HEX triplet: 36, FE and 74. RGB value is (54,254,116). Sum of RGB (Red+Green+Blue) = 54+254+116=424 (56% of max value = 765). Red value is 54 (21.48% from 255 or 12.74% from 424); Green value is 254 (99.61% from 255 or 59.91% from 424); Blue value is 116 (45.70% from 255 or 27.36% from 424); Max value from RGB is 254 - color contains mainly: green. Hex color #36FE74 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36FE74 is #C9018B. Grayscale: #B2B2B2. Windows color (decimal): -13173132 or 7667254. OLE color: 7667254.
HSL color Cylindrical-coordinate representation of color #36FE74: hue angle of 138.6º 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 #36FE74 is Cyan = 0.79, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 54 | 254 | 116 | - |
| CMYK | 0.79 | 0 | 0.54 | 0.00 |
| HSL | 138.6º | 0.99% | 0.6% | - |
| HSV(B) | 138.6º | 0.79% | 1% | - |
| XYZ | 40.12 | 72.93 | 28.49 | - |
| YUV | 178.47 | 92.74 | 39.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 254 | 116 | 0.79 | 0 | 0.54 | 0.00 | 138.6 | 0.99 | 0.6 |
| Hex | 36 | FE | 74 | 4F | 0 | 36 | 0 | 8B | 63 | 3C |
| Octal | 66 | 376 | 164 | 117 | 0 | 66 | 0 | 213 | 143 | 74 |
| Binary | 110110 | 11111110 | 1110100 | 1001111 | 0 | 110110 | 0 | 10001011 | 1100011 | 111100 |
Color Harmonies of #36FE74
Complementary color
Monochromatic Colors of #36FE74
Black with #36FE74
Text Example
Text Example
White with #36FE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36FE74; }
p { color: rgb(54,254,116); }
H1.HeaderClassName
{
color: #36FE74;
}
.AnyTagClassName
{
color: #36FE74;
}
</style>
background-color css
<style>
a { background-color: #36FE74; }
a { background-color: rgb(54,254,116); }
div.DivClassName
{
background-color: #36FE74;
}
.BgClassName
{
background-color: #36FE74;
}
</style>
border-color css
<style>
span { border-color: #36FE74; }
span { border-color: rgb(54,254,116); }
td.TdClassName
{
border-color: #36FE74;
}
.TagClassName
{
border-color: #36FE74;
}
</style>