Shades of Screamin' Green #73FC63
Tints of Screamin' Green #73FC63
RGB
CMYK
RGB Variations
Color information
#73FC63 (or 0x73FC63) is known color: Screamin' Green. HEX triplet: 73, FC and 63. RGB value is (115,252,99). Sum of RGB (Red+Green+Blue) = 115+252+99=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 252 (98.83% from 255 or 54.08% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 252 - color contains mainly: green. Hex color #73FC63 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FC63 is #8C039C. Grayscale: #C2C2C2. Windows color (decimal): -9175965 or 6552691. OLE color: 6552691.
HSL color Cylindrical-coordinate representation of color #73FC63: hue angle of 113.73º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73FC63 is Cyan = 0.54, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 252 | 99 | - |
| CMYK | 0.54 | 0 | 0.61 | 0.01 |
| HSL | 113.73º | 0.96% | 0.69% | - |
| HSV(B) | 113.73º | 0.61% | 0.99% | - |
| XYZ | 44.13 | 74.17 | 23.79 | - |
| YUV | 193.6 | 74.61 | 71.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 252 | 99 | 0.54 | 0 | 0.61 | 0.01 | 113.73 | 0.96 | 0.69 |
| Hex | 73 | FC | 63 | 36 | 0 | 3D | 1 | 72 | 60 | 45 |
| Octal | 163 | 374 | 143 | 66 | 0 | 75 | 1 | 162 | 140 | 105 |
| Binary | 1110011 | 11111100 | 1100011 | 110110 | 0 | 111101 | 1 | 1110010 | 1100000 | 1000101 |
Color Harmonies of #73FC63
Complementary color
Monochromatic Colors of #73FC63
Black with #73FC63
Text Example
Text Example
White with #73FC63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FC63; }
p { color: rgb(115,252,99); }
H1.HeaderClassName
{
color: #73FC63;
}
.AnyTagClassName
{
color: #73FC63;
}
</style>
background-color css
<style>
a { background-color: #73FC63; }
a { background-color: rgb(115,252,99); }
div.DivClassName
{
background-color: #73FC63;
}
.BgClassName
{
background-color: #73FC63;
}
</style>
border-color css
<style>
span { border-color: #73FC63; }
span { border-color: rgb(115,252,99); }
td.TdClassName
{
border-color: #73FC63;
}
.TagClassName
{
border-color: #73FC63;
}
</style>