Shades of Screamin' Green #73FF66
Tints of Screamin' Green #73FF66
RGB
CMYK
RGB Variations
Color information
#73FF66 (or 0x73FF66) is known color: Screamin' Green. HEX triplet: 73, FF and 66. RGB value is (115,255,102). Sum of RGB (Red+Green+Blue) = 115+255+102=472 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.36% from 472); Green value is 255 (100% from 255 or 54.03% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 255 - color contains mainly: green. Hex color #73FF66 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FF66 is #8C0099. Grayscale: #C4C4C4. Windows color (decimal): -9175194 or 6750067. OLE color: 6750067.
HSL color Cylindrical-coordinate representation of color #73FF66: hue angle of 114.9º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73FF66 is Cyan = 0.55, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 115 | 255 | 102 | - |
| CMYK | 0.55 | 0 | 0.6 | 0 |
| HSL | 114.9º | 1% | 0.7% | - |
| HSV(B) | 114.9º | 0.6% | 1% | - |
| XYZ | 45.23 | 76.12 | 24.88 | - |
| YUV | 195.7 | 75.12 | 70.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 255 | 102 | 0.55 | 0 | 0.6 | 0 | 114.9 | 1 | 0.7 |
| Hex | 73 | FF | 66 | 37 | 0 | 3C | 0 | 73 | 64 | 46 |
| Octal | 163 | 377 | 146 | 67 | 0 | 74 | 0 | 163 | 144 | 106 |
| Binary | 1110011 | 11111111 | 1100110 | 110111 | 0 | 111100 | 0 | 1110011 | 1100100 | 1000110 |
Color Harmonies of #73FF66
Complementary color
Monochromatic Colors of #73FF66
Black with #73FF66
Text Example
Text Example
White with #73FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FF66; }
p { color: rgb(115,255,102); }
H1.HeaderClassName
{
color: #73FF66;
}
.AnyTagClassName
{
color: #73FF66;
}
</style>
background-color css
<style>
a { background-color: #73FF66; }
a { background-color: rgb(115,255,102); }
div.DivClassName
{
background-color: #73FF66;
}
.BgClassName
{
background-color: #73FF66;
}
</style>
border-color css
<style>
span { border-color: #73FF66; }
span { border-color: rgb(115,255,102); }
td.TdClassName
{
border-color: #73FF66;
}
.TagClassName
{
border-color: #73FF66;
}
</style>