Shades of Screamin' Green #73F366
Tints of Screamin' Green #73F366
RGB
CMYK
RGB Variations
Color information
#73F366 (or 0x73F366) is known color: Screamin' Green. HEX triplet: 73, F3 and 66. RGB value is (115,243,102). Sum of RGB (Red+Green+Blue) = 115+243+102=460 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25% from 460); Green value is 243 (95.31% from 255 or 52.83% from 460); Blue value is 102 (40.23% from 255 or 22.17% from 460); Max value from RGB is 243 - color contains mainly: green. Hex color #73F366 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F366 is #8C0C99. Grayscale: #BDBDBD. Windows color (decimal): -9178266 or 6746995. OLE color: 6746995.
HSL color Cylindrical-coordinate representation of color #73F366: hue angle of 114.47º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #73F366 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 102 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.05 |
| HSL | 114.47º | 0.85% | 0.68% | - |
| HSV(B) | 114.47º | 0.58% | 0.95% | - |
| XYZ | 41.52 | 68.71 | 23.64 | - |
| YUV | 188.65 | 79.09 | 75.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 102 | 0.53 | 0 | 0.58 | 0.05 | 114.47 | 0.85 | 0.68 |
| Hex | 73 | F3 | 66 | 35 | 0 | 3A | 5 | 72 | 55 | 44 |
| Octal | 163 | 363 | 146 | 65 | 0 | 72 | 5 | 162 | 125 | 104 |
| Binary | 1110011 | 11110011 | 1100110 | 110101 | 0 | 111010 | 101 | 1110010 | 1010101 | 1000100 |
Color Harmonies of #73F366
Complementary color
Monochromatic Colors of #73F366
Black with #73F366
Text Example
Text Example
White with #73F366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F366; }
p { color: rgb(115,243,102); }
H1.HeaderClassName
{
color: #73F366;
}
.AnyTagClassName
{
color: #73F366;
}
</style>
background-color css
<style>
a { background-color: #73F366; }
a { background-color: rgb(115,243,102); }
div.DivClassName
{
background-color: #73F366;
}
.BgClassName
{
background-color: #73F366;
}
</style>
border-color css
<style>
span { border-color: #73F366; }
span { border-color: rgb(115,243,102); }
td.TdClassName
{
border-color: #73F366;
}
.TagClassName
{
border-color: #73F366;
}
</style>