Shades of Screamin' Green #73F83B
Tints of Screamin' Green #73F83B
RGB
CMYK
RGB Variations
Color information
#73F83B (or 0x73F83B) is known color: Screamin' Green. HEX triplet: 73, F8 and 3B. RGB value is (115,248,59). Sum of RGB (Red+Green+Blue) = 115+248+59=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 248 (97.27% from 255 or 58.77% from 422); Blue value is 59 (23.44% from 255 or 13.98% from 422); Max value from RGB is 248 - color contains mainly: green. Hex color #73F83B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F83B is #8C07C4. Grayscale: #BBBBBB. Windows color (decimal): -9177029 or 3930227. OLE color: 3930227.
HSL color Cylindrical-coordinate representation of color #73F83B: hue angle of 102.22º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73F83B is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 115 | 248 | 59 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.03 |
| HSL | 102.22º | 0.93% | 0.6% | - |
| HSV(B) | 102.22º | 0.76% | 0.97% | - |
| XYZ | 41.43 | 71.1 | 15.68 | - |
| YUV | 186.69 | 55.94 | 76.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 248 | 59 | 0.54 | 0 | 0.76 | 0.03 | 102.22 | 0.93 | 0.6 |
| Hex | 73 | F8 | 3B | 36 | 0 | 4C | 3 | 66 | 5D | 3C |
| Octal | 163 | 370 | 73 | 66 | 0 | 114 | 3 | 146 | 135 | 74 |
| Binary | 1110011 | 11111000 | 111011 | 110110 | 0 | 1001100 | 11 | 1100110 | 1011101 | 111100 |
Color Harmonies of #73F83B
Complementary color
Monochromatic Colors of #73F83B
Black with #73F83B
Text Example
Text Example
White with #73F83B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F83B; }
p { color: rgb(115,248,59); }
H1.HeaderClassName
{
color: #73F83B;
}
.AnyTagClassName
{
color: #73F83B;
}
</style>
background-color css
<style>
a { background-color: #73F83B; }
a { background-color: rgb(115,248,59); }
div.DivClassName
{
background-color: #73F83B;
}
.BgClassName
{
background-color: #73F83B;
}
</style>
border-color css
<style>
span { border-color: #73F83B; }
span { border-color: rgb(115,248,59); }
td.TdClassName
{
border-color: #73F83B;
}
.TagClassName
{
border-color: #73F83B;
}
</style>