Shades of Screamin' Green #73EF66
Tints of Screamin' Green #73EF66
RGB
CMYK
RGB Variations
Color information
#73EF66 (or 0x73EF66) is known color: Screamin' Green. HEX triplet: 73, EF and 66. RGB value is (115,239,102). Sum of RGB (Red+Green+Blue) = 115+239+102=456 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.22% from 456); Green value is 239 (93.75% from 255 or 52.41% from 456); Blue value is 102 (40.23% from 255 or 22.37% from 456); Max value from RGB is 239 - color contains mainly: green. Hex color #73EF66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73EF66 is #8C1099. Grayscale: #BABABA. Windows color (decimal): -9179290 or 6745971. OLE color: 6745971.
HSL color Cylindrical-coordinate representation of color #73EF66: hue angle of 114.31º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73EF66 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 102 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.06 |
| HSL | 114.31º | 0.81% | 0.67% | - |
| HSV(B) | 114.31º | 0.57% | 0.94% | - |
| XYZ | 40.34 | 66.34 | 23.25 | - |
| YUV | 186.31 | 80.42 | 77.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 102 | 0.52 | 0 | 0.57 | 0.06 | 114.31 | 0.81 | 0.67 |
| Hex | 73 | EF | 66 | 34 | 0 | 39 | 6 | 72 | 51 | 43 |
| Octal | 163 | 357 | 146 | 64 | 0 | 71 | 6 | 162 | 121 | 103 |
| Binary | 1110011 | 11101111 | 1100110 | 110100 | 0 | 111001 | 110 | 1110010 | 1010001 | 1000011 |
Color Harmonies of #73EF66
Complementary color
Monochromatic Colors of #73EF66
Black with #73EF66
Text Example
Text Example
White with #73EF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EF66; }
p { color: rgb(115,239,102); }
H1.HeaderClassName
{
color: #73EF66;
}
.AnyTagClassName
{
color: #73EF66;
}
</style>
background-color css
<style>
a { background-color: #73EF66; }
a { background-color: rgb(115,239,102); }
div.DivClassName
{
background-color: #73EF66;
}
.BgClassName
{
background-color: #73EF66;
}
</style>
border-color css
<style>
span { border-color: #73EF66; }
span { border-color: rgb(115,239,102); }
td.TdClassName
{
border-color: #73EF66;
}
.TagClassName
{
border-color: #73EF66;
}
</style>