Shades of Screamin' Green #73EE66
Tints of Screamin' Green #73EE66
RGB
CMYK
RGB Variations
Color information
#73EE66 (or 0x73EE66) is known color: Screamin' Green. HEX triplet: 73, EE and 66. RGB value is (115,238,102). Sum of RGB (Red+Green+Blue) = 115+238+102=455 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.27% from 455); Green value is 238 (93.36% from 255 or 52.31% from 455); Blue value is 102 (40.23% from 255 or 22.42% from 455); Max value from RGB is 238 - color contains mainly: green. Hex color #73EE66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EE66 is #8C1199. Grayscale: #BABABA. Windows color (decimal): -9179546 or 6745715. OLE color: 6745715.
HSL color Cylindrical-coordinate representation of color #73EE66: hue angle of 114.26º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73EE66 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 115 | 238 | 102 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.07 |
| HSL | 114.26º | 0.8% | 0.67% | - |
| HSV(B) | 114.26º | 0.57% | 0.93% | - |
| XYZ | 40.04 | 65.75 | 23.15 | - |
| YUV | 185.72 | 80.75 | 77.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 238 | 102 | 0.52 | 0 | 0.57 | 0.07 | 114.26 | 0.8 | 0.67 |
| Hex | 73 | EE | 66 | 34 | 0 | 39 | 7 | 72 | 50 | 43 |
| Octal | 163 | 356 | 146 | 64 | 0 | 71 | 7 | 162 | 120 | 103 |
| Binary | 1110011 | 11101110 | 1100110 | 110100 | 0 | 111001 | 111 | 1110010 | 1010000 | 1000011 |
Color Harmonies of #73EE66
Complementary color
Monochromatic Colors of #73EE66
Black with #73EE66
Text Example
Text Example
White with #73EE66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EE66; }
p { color: rgb(115,238,102); }
H1.HeaderClassName
{
color: #73EE66;
}
.AnyTagClassName
{
color: #73EE66;
}
</style>
background-color css
<style>
a { background-color: #73EE66; }
a { background-color: rgb(115,238,102); }
div.DivClassName
{
background-color: #73EE66;
}
.BgClassName
{
background-color: #73EE66;
}
</style>
border-color css
<style>
span { border-color: #73EE66; }
span { border-color: rgb(115,238,102); }
td.TdClassName
{
border-color: #73EE66;
}
.TagClassName
{
border-color: #73EE66;
}
</style>