Shades of Screamin' Green #73F66C
Tints of Screamin' Green #73F66C
RGB
CMYK
RGB Variations
Color information
#73F66C (or 0x73F66C) is known color: Screamin' Green. HEX triplet: 73, F6 and 6C. RGB value is (115,246,108). Sum of RGB (Red+Green+Blue) = 115+246+108=469 (62% of max value = 765). Red value is 115 (45.31% from 255 or 24.52% from 469); Green value is 246 (96.48% from 255 or 52.45% from 469); Blue value is 108 (42.58% from 255 or 23.03% from 469); Max value from RGB is 246 - color contains mainly: green. Hex color #73F66C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F66C is #8C0993. Grayscale: #BFBFBF. Windows color (decimal): -9177492 or 7140979. OLE color: 7140979.
HSL color Cylindrical-coordinate representation of color #73F66C: hue angle of 116.96º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73F66C is Cyan = 0.53, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 115 | 246 | 108 | - |
| CMYK | 0.53 | 0 | 0.56 | 0.04 |
| HSL | 116.96º | 0.88% | 0.69% | - |
| HSV(B) | 116.96º | 0.56% | 0.96% | - |
| XYZ | 42.73 | 70.64 | 25.57 | - |
| YUV | 191.1 | 81.1 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 246 | 108 | 0.53 | 0 | 0.56 | 0.04 | 116.96 | 0.88 | 0.69 |
| Hex | 73 | F6 | 6C | 35 | 0 | 38 | 4 | 75 | 58 | 45 |
| Octal | 163 | 366 | 154 | 65 | 0 | 70 | 4 | 165 | 130 | 105 |
| Binary | 1110011 | 11110110 | 1101100 | 110101 | 0 | 111000 | 100 | 1110101 | 1011000 | 1000101 |
Color Harmonies of #73F66C
Complementary color
Monochromatic Colors of #73F66C
Black with #73F66C
Text Example
Text Example
White with #73F66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F66C; }
p { color: rgb(115,246,108); }
H1.HeaderClassName
{
color: #73F66C;
}
.AnyTagClassName
{
color: #73F66C;
}
</style>
background-color css
<style>
a { background-color: #73F66C; }
a { background-color: rgb(115,246,108); }
div.DivClassName
{
background-color: #73F66C;
}
.BgClassName
{
background-color: #73F66C;
}
</style>
border-color css
<style>
span { border-color: #73F66C; }
span { border-color: rgb(115,246,108); }
td.TdClassName
{
border-color: #73F66C;
}
.TagClassName
{
border-color: #73F66C;
}
</style>