Shades of Screamin' Green #73FA6F
Tints of Screamin' Green #73FA6F
RGB
CMYK
RGB Variations
Color information
#73FA6F (or 0x73FA6F) is known color: Screamin' Green. HEX triplet: 73, FA and 6F. RGB value is (115,250,111). Sum of RGB (Red+Green+Blue) = 115+250+111=476 (63% of max value = 765). Red value is 115 (45.31% from 255 or 24.16% from 476); Green value is 250 (98.05% from 255 or 52.52% from 476); Blue value is 111 (43.75% from 255 or 23.32% from 476); Max value from RGB is 250 - color contains mainly: green. Hex color #73FA6F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FA6F is #8C0590. Grayscale: #C2C2C2. Windows color (decimal): -9176465 or 7338611. OLE color: 7338611.
HSL color Cylindrical-coordinate representation of color #73FA6F: hue angle of 118.27º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #73FA6F is Cyan = 0.54, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 250 | 111 | - |
| CMYK | 0.54 | 0 | 0.56 | 0.02 |
| HSL | 118.27º | 0.93% | 0.71% | - |
| HSV(B) | 118.27º | 0.56% | 0.98% | - |
| XYZ | 44.13 | 73.16 | 26.84 | - |
| YUV | 193.79 | 81.27 | 71.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 250 | 111 | 0.54 | 0 | 0.56 | 0.02 | 118.27 | 0.93 | 0.71 |
| Hex | 73 | FA | 6F | 36 | 0 | 38 | 2 | 76 | 5D | 47 |
| Octal | 163 | 372 | 157 | 66 | 0 | 70 | 2 | 166 | 135 | 107 |
| Binary | 1110011 | 11111010 | 1101111 | 110110 | 0 | 111000 | 10 | 1110110 | 1011101 | 1000111 |
Color Harmonies of #73FA6F
Complementary color
Monochromatic Colors of #73FA6F
Black with #73FA6F
Text Example
Text Example
White with #73FA6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FA6F; }
p { color: rgb(115,250,111); }
H1.HeaderClassName
{
color: #73FA6F;
}
.AnyTagClassName
{
color: #73FA6F;
}
</style>
background-color css
<style>
a { background-color: #73FA6F; }
a { background-color: rgb(115,250,111); }
div.DivClassName
{
background-color: #73FA6F;
}
.BgClassName
{
background-color: #73FA6F;
}
</style>
border-color css
<style>
span { border-color: #73FA6F; }
span { border-color: rgb(115,250,111); }
td.TdClassName
{
border-color: #73FA6F;
}
.TagClassName
{
border-color: #73FA6F;
}
</style>