Shades of Screamin' Green #36F65A
Tints of Screamin' Green #36F65A
RGB
CMYK
RGB Variations
Color information
#36F65A (or 0x36F65A) is known color: Screamin' Green. HEX triplet: 36, F6 and 5A. RGB value is (54,246,90). Sum of RGB (Red+Green+Blue) = 54+246+90=390 (51% of max value = 765). Red value is 54 (21.48% from 255 or 13.85% from 390); Green value is 246 (96.48% from 255 or 63.08% from 390); Blue value is 90 (35.55% from 255 or 23.08% from 390); Max value from RGB is 246 - color contains mainly: green. Hex color #36F65A is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #36F65A is #C909A5. Grayscale: #ABABAB. Windows color (decimal): -13175206 or 5961270. OLE color: 5961270.
HSL color Cylindrical-coordinate representation of color #36F65A: hue angle of 131.25º 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 #36F65A is Cyan = 0.78, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 54 | 246 | 90 | - |
| CMYK | 0.78 | 0 | 0.63 | 0.04 |
| HSL | 131.25º | 0.91% | 0.59% | - |
| HSV(B) | 131.25º | 0.78% | 0.96% | - |
| XYZ | 36.32 | 67.43 | 20.77 | - |
| YUV | 170.81 | 82.39 | 44.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 246 | 90 | 0.78 | 0 | 0.63 | 0.04 | 131.25 | 0.91 | 0.59 |
| Hex | 36 | F6 | 5A | 4E | 0 | 3F | 4 | 83 | 5B | 3B |
| Octal | 66 | 366 | 132 | 116 | 0 | 77 | 4 | 203 | 133 | 73 |
| Binary | 110110 | 11110110 | 1011010 | 1001110 | 0 | 111111 | 100 | 10000011 | 1011011 | 111011 |
Color Harmonies of #36F65A
Complementary color
Monochromatic Colors of #36F65A
Black with #36F65A
Text Example
Text Example
White with #36F65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36F65A; }
p { color: rgb(54,246,90); }
H1.HeaderClassName
{
color: #36F65A;
}
.AnyTagClassName
{
color: #36F65A;
}
</style>
background-color css
<style>
a { background-color: #36F65A; }
a { background-color: rgb(54,246,90); }
div.DivClassName
{
background-color: #36F65A;
}
.BgClassName
{
background-color: #36F65A;
}
</style>
border-color css
<style>
span { border-color: #36F65A; }
span { border-color: rgb(54,246,90); }
td.TdClassName
{
border-color: #36F65A;
}
.TagClassName
{
border-color: #36F65A;
}
</style>