Shades of Screamin' Green #73EC65
Tints of Screamin' Green #73EC65
RGB
CMYK
RGB Variations
Color information
#73EC65 (or 0x73EC65) is known color: Screamin' Green. HEX triplet: 73, EC and 65. RGB value is (115,236,101). Sum of RGB (Red+Green+Blue) = 115+236+101=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 236 (92.58% from 255 or 52.21% from 452); Blue value is 101 (39.84% from 255 or 22.35% from 452); Max value from RGB is 236 - color contains mainly: green. Hex color #73EC65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EC65 is #8C139A. Grayscale: #B8B8B8. Windows color (decimal): -9180059 or 6679667. OLE color: 6679667.
HSL color Cylindrical-coordinate representation of color #73EC65: hue angle of 113.78º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73EC65 is Cyan = 0.51, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 236 | 101 | - |
| CMYK | 0.51 | 0 | 0.57 | 0.07 |
| HSL | 113.78º | 0.78% | 0.66% | - |
| HSV(B) | 113.78º | 0.57% | 0.93% | - |
| XYZ | 39.41 | 64.58 | 22.7 | - |
| YUV | 184.43 | 80.91 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 236 | 101 | 0.51 | 0 | 0.57 | 0.07 | 113.78 | 0.78 | 0.66 |
| Hex | 73 | EC | 65 | 33 | 0 | 39 | 7 | 72 | 4E | 42 |
| Octal | 163 | 354 | 145 | 63 | 0 | 71 | 7 | 162 | 116 | 102 |
| Binary | 1110011 | 11101100 | 1100101 | 110011 | 0 | 111001 | 111 | 1110010 | 1001110 | 1000010 |
Color Harmonies of #73EC65
Complementary color
Monochromatic Colors of #73EC65
Black with #73EC65
Text Example
Text Example
White with #73EC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EC65; }
p { color: rgb(115,236,101); }
H1.HeaderClassName
{
color: #73EC65;
}
.AnyTagClassName
{
color: #73EC65;
}
</style>
background-color css
<style>
a { background-color: #73EC65; }
a { background-color: rgb(115,236,101); }
div.DivClassName
{
background-color: #73EC65;
}
.BgClassName
{
background-color: #73EC65;
}
</style>
border-color css
<style>
span { border-color: #73EC65; }
span { border-color: rgb(115,236,101); }
td.TdClassName
{
border-color: #73EC65;
}
.TagClassName
{
border-color: #73EC65;
}
</style>