Shades of Screamin' Green #73F16D
Tints of Screamin' Green #73F16D
RGB
CMYK
RGB Variations
Color information
#73F16D (or 0x73F16D) is known color: Screamin' Green. HEX triplet: 73, F1 and 6D. RGB value is (115,241,109). Sum of RGB (Red+Green+Blue) = 115+241+109=465 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.73% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 109 (42.97% from 255 or 23.44% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #73F16D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F16D is #8C0E92. Grayscale: #BCBCBC. Windows color (decimal): -9178771 or 7205235. OLE color: 7205235.
HSL color Cylindrical-coordinate representation of color #73F16D: hue angle of 117.27º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #73F16D is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 109 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.05 |
| HSL | 117.27º | 0.83% | 0.69% | - |
| HSV(B) | 117.27º | 0.55% | 0.95% | - |
| XYZ | 41.29 | 67.66 | 25.35 | - |
| YUV | 188.28 | 83.26 | 75.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 109 | 0.52 | 0 | 0.55 | 0.05 | 117.27 | 0.83 | 0.69 |
| Hex | 73 | F1 | 6D | 34 | 0 | 37 | 5 | 75 | 52 | 45 |
| Octal | 163 | 361 | 155 | 64 | 0 | 67 | 5 | 165 | 122 | 105 |
| Binary | 1110011 | 11110001 | 1101101 | 110100 | 0 | 110111 | 101 | 1110101 | 1010010 | 1000101 |
Color Harmonies of #73F16D
Complementary color
Monochromatic Colors of #73F16D
Black with #73F16D
Text Example
Text Example
White with #73F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F16D; }
p { color: rgb(115,241,109); }
H1.HeaderClassName
{
color: #73F16D;
}
.AnyTagClassName
{
color: #73F16D;
}
</style>
background-color css
<style>
a { background-color: #73F16D; }
a { background-color: rgb(115,241,109); }
div.DivClassName
{
background-color: #73F16D;
}
.BgClassName
{
background-color: #73F16D;
}
</style>
border-color css
<style>
span { border-color: #73F16D; }
span { border-color: rgb(115,241,109); }
td.TdClassName
{
border-color: #73F16D;
}
.TagClassName
{
border-color: #73F16D;
}
</style>