Shades of Screamin' Green #73EC52
Tints of Screamin' Green #73EC52
RGB
CMYK
RGB Variations
Color information
#73EC52 (or 0x73EC52) is known color: Screamin' Green. HEX triplet: 73, EC and 52. RGB value is (115,236,82). Sum of RGB (Red+Green+Blue) = 115+236+82=433 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.56% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 82 (32.42% from 255 or 18.94% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC52 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EC52 is #8C13AD. Grayscale: #B6B6B6. Windows color (decimal): -9180078 or 5434483. OLE color: 5434483.
HSL color Cylindrical-coordinate representation of color #73EC52: hue angle of 107.14º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73EC52 is Cyan = 0.51, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 82 | - |
| CMYK | 0.51 | 0 | 0.65 | 0.07 |
| HSL | 107.14º | 0.8% | 0.62% | - |
| HSV(B) | 107.14º | 0.65% | 0.93% | - |
| XYZ | 38.59 | 64.24 | 18.35 | - |
| YUV | 182.27 | 71.41 | 80.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 82 | 0.51 | 0 | 0.65 | 0.07 | 107.14 | 0.8 | 0.62 |
| Hex | 73 | EC | 52 | 33 | 0 | 41 | 7 | 6B | 50 | 3E |
| Octal | 163 | 354 | 122 | 63 | 0 | 101 | 7 | 153 | 120 | 76 |
| Binary | 1110011 | 11101100 | 1010010 | 110011 | 0 | 1000001 | 111 | 1101011 | 1010000 | 111110 |
Color Harmonies of #73EC52
Complementary color
Monochromatic Colors of #73EC52
Black with #73EC52
Text Example
Text Example
White with #73EC52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC52; }
p { color: rgb(115,236,82); }
H1.HeaderClassName
{
color: #73EC52;
}
.AnyTagClassName
{
color: #73EC52;
}
</style>
background-color css
<style>
a { background-color: #73EC52; }
a { background-color: rgb(115,236,82); }
div.DivClassName
{
background-color: #73EC52;
}
.BgClassName
{
background-color: #73EC52;
}
</style>
border-color css
<style>
span { border-color: #73EC52; }
span { border-color: rgb(115,236,82); }
td.TdClassName
{
border-color: #73EC52;
}
.TagClassName
{
border-color: #73EC52;
}
</style>