Shades of Screamin' Green #45EC60
Tints of Screamin' Green #45EC60
RGB
CMYK
RGB Variations
Color information
#45EC60 (or 0x45EC60) is known color: Screamin' Green. HEX triplet: 45, EC and 60. RGB value is (69,236,96). Sum of RGB (Red+Green+Blue) = 69+236+96=401 (53% of max value = 765). Red value is 69 (27.34% from 255 or 17.21% from 401); Green value is 236 (92.58% from 255 or 58.85% from 401); Blue value is 96 (37.89% from 255 or 23.94% from 401); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC60 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC60 is #BA139F. Grayscale: #AAAAAA. Windows color (decimal): -12194720 or 6351941. OLE color: 6351941.
HSL color Cylindrical-coordinate representation of color #45EC60: hue angle of 129.7º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45EC60 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 96 | - |
| CMYK | 0.71 | 0 | 0.59 | 0.07 |
| HSL | 129.7º | 0.81% | 0.6% | - |
| HSV(B) | 129.7º | 0.71% | 0.93% | - |
| XYZ | 34.56 | 62.1 | 21.23 | - |
| YUV | 170.11 | 86.17 | 55.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 96 | 0.71 | 0 | 0.59 | 0.07 | 129.7 | 0.81 | 0.6 |
| Hex | 45 | EC | 60 | 47 | 0 | 3B | 7 | 82 | 51 | 3C |
| Octal | 105 | 354 | 140 | 107 | 0 | 73 | 7 | 202 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1100000 | 1000111 | 0 | 111011 | 111 | 10000010 | 1010001 | 111100 |
Color Harmonies of #45EC60
Complementary color
Monochromatic Colors of #45EC60
Black with #45EC60
Text Example
Text Example
White with #45EC60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC60; }
p { color: rgb(69,236,96); }
H1.HeaderClassName
{
color: #45EC60;
}
.AnyTagClassName
{
color: #45EC60;
}
</style>
background-color css
<style>
a { background-color: #45EC60; }
a { background-color: rgb(69,236,96); }
div.DivClassName
{
background-color: #45EC60;
}
.BgClassName
{
background-color: #45EC60;
}
</style>
border-color css
<style>
span { border-color: #45EC60; }
span { border-color: rgb(69,236,96); }
td.TdClassName
{
border-color: #45EC60;
}
.TagClassName
{
border-color: #45EC60;
}
</style>