Shades of Screamin' Green #45EC5D
Tints of Screamin' Green #45EC5D
RGB
CMYK
RGB Variations
Color information
#45EC5D (or 0x45EC5D) is known color: Screamin' Green. HEX triplet: 45, EC and 5D. RGB value is (69,236,93). Sum of RGB (Red+Green+Blue) = 69+236+93=398 (52% of max value = 765). Red value is 69 (27.34% from 255 or 17.34% from 398); Green value is 236 (92.58% from 255 or 59.30% from 398); Blue value is 93 (36.72% from 255 or 23.37% from 398); Max value from RGB is 236 - color contains mainly: green. Hex color #45EC5D is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #45EC5D is #BA13A2. Grayscale: #AAAAAA. Windows color (decimal): -12194723 or 6155333. OLE color: 6155333.
HSL color Cylindrical-coordinate representation of color #45EC5D: hue angle of 128.62º 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 #45EC5D is Cyan = 0.71, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 69 | 236 | 93 | - |
| CMYK | 0.71 | 0 | 0.61 | 0.07 |
| HSL | 128.62º | 0.81% | 0.6% | - |
| HSV(B) | 128.62º | 0.71% | 0.93% | - |
| XYZ | 34.43 | 62.05 | 20.52 | - |
| YUV | 169.77 | 84.67 | 56.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 236 | 93 | 0.71 | 0 | 0.61 | 0.07 | 128.62 | 0.81 | 0.6 |
| Hex | 45 | EC | 5D | 47 | 0 | 3D | 7 | 81 | 51 | 3C |
| Octal | 105 | 354 | 135 | 107 | 0 | 75 | 7 | 201 | 121 | 74 |
| Binary | 1000101 | 11101100 | 1011101 | 1000111 | 0 | 111101 | 111 | 10000001 | 1010001 | 111100 |
Color Harmonies of #45EC5D
Complementary color
Monochromatic Colors of #45EC5D
Black with #45EC5D
Text Example
Text Example
White with #45EC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45EC5D; }
p { color: rgb(69,236,93); }
H1.HeaderClassName
{
color: #45EC5D;
}
.AnyTagClassName
{
color: #45EC5D;
}
</style>
background-color css
<style>
a { background-color: #45EC5D; }
a { background-color: rgb(69,236,93); }
div.DivClassName
{
background-color: #45EC5D;
}
.BgClassName
{
background-color: #45EC5D;
}
</style>
border-color css
<style>
span { border-color: #45EC5D; }
span { border-color: rgb(69,236,93); }
td.TdClassName
{
border-color: #45EC5D;
}
.TagClassName
{
border-color: #45EC5D;
}
</style>