Shades of Screamin' Green #36F665
Tints of Screamin' Green #36F665
RGB
CMYK
RGB Variations
Color information
#36F665 (or 0x36F665) is known color: Screamin' Green. HEX triplet: 36, F6 and 65. RGB value is (54,246,101). Sum of RGB (Red+Green+Blue) = 54+246+101=401 (53% of max value = 765). Red value is 54 (21.48% from 255 or 13.47% from 401); Green value is 246 (96.48% from 255 or 61.35% from 401); Blue value is 101 (39.84% from 255 or 25.19% from 401); Max value from RGB is 246 - color contains mainly: green. Hex color #36F665 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F665 is #C9099A. Grayscale: #ACACAC. Windows color (decimal): -13175195 or 6682166. OLE color: 6682166.
HSL color Cylindrical-coordinate representation of color #36F665: hue angle of 134.69º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #36F665 is Cyan = 0.78, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 246 | 101 | - |
| CMYK | 0.78 | 0 | 0.59 | 0.04 |
| HSL | 134.69º | 0.91% | 0.59% | - |
| HSV(B) | 134.69º | 0.78% | 0.96% | - |
| XYZ | 36.83 | 67.64 | 23.43 | - |
| YUV | 172.06 | 87.89 | 43.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 246 | 101 | 0.78 | 0 | 0.59 | 0.04 | 134.69 | 0.91 | 0.59 |
| Hex | 36 | F6 | 65 | 4E | 0 | 3B | 4 | 87 | 5B | 3B |
| Octal | 66 | 366 | 145 | 116 | 0 | 73 | 4 | 207 | 133 | 73 |
| Binary | 110110 | 11110110 | 1100101 | 1001110 | 0 | 111011 | 100 | 10000111 | 1011011 | 111011 |
Color Harmonies of #36F665
Complementary color
Monochromatic Colors of #36F665
Black with #36F665
Text Example
Text Example
White with #36F665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F665; }
p { color: rgb(54,246,101); }
H1.HeaderClassName
{
color: #36F665;
}
.AnyTagClassName
{
color: #36F665;
}
</style>
background-color css
<style>
a { background-color: #36F665; }
a { background-color: rgb(54,246,101); }
div.DivClassName
{
background-color: #36F665;
}
.BgClassName
{
background-color: #36F665;
}
</style>
border-color css
<style>
span { border-color: #36F665; }
span { border-color: rgb(54,246,101); }
td.TdClassName
{
border-color: #36F665;
}
.TagClassName
{
border-color: #36F665;
}
</style>