Shades of Screamin' Green #73FD50
Tints of Screamin' Green #73FD50
RGB
CMYK
RGB Variations
Color information
#73FD50 (or 0x73FD50) is known color: Screamin' Green. HEX triplet: 73, FD and 50. RGB value is (115,253,80). Sum of RGB (Red+Green+Blue) = 115+253+80=448 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.67% from 448); Green value is 253 (99.22% from 255 or 56.47% from 448); Blue value is 80 (31.64% from 255 or 17.86% from 448); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FD50 is #8C02AF. Grayscale: #C0C0C0. Windows color (decimal): -9175728 or 5307763. OLE color: 5307763.
HSL color Cylindrical-coordinate representation of color #73FD50: hue angle of 107.86º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #73FD50 is Cyan = 0.55, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 80 | - |
| CMYK | 0.55 | 0 | 0.68 | 0.01 |
| HSL | 107.86º | 0.98% | 0.65% | - |
| HSV(B) | 107.86º | 0.68% | 0.99% | - |
| XYZ | 43.64 | 74.47 | 19.66 | - |
| YUV | 192.02 | 64.78 | 73.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 80 | 0.55 | 0 | 0.68 | 0.01 | 107.86 | 0.98 | 0.65 |
| Hex | 73 | FD | 50 | 37 | 0 | 44 | 1 | 6C | 62 | 41 |
| Octal | 163 | 375 | 120 | 67 | 0 | 104 | 1 | 154 | 142 | 101 |
| Binary | 1110011 | 11111101 | 1010000 | 110111 | 0 | 1000100 | 1 | 1101100 | 1100010 | 1000001 |
Color Harmonies of #73FD50
Complementary color
Monochromatic Colors of #73FD50
Black with #73FD50
Text Example
Text Example
White with #73FD50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD50; }
p { color: rgb(115,253,80); }
H1.HeaderClassName
{
color: #73FD50;
}
.AnyTagClassName
{
color: #73FD50;
}
</style>
background-color css
<style>
a { background-color: #73FD50; }
a { background-color: rgb(115,253,80); }
div.DivClassName
{
background-color: #73FD50;
}
.BgClassName
{
background-color: #73FD50;
}
</style>
border-color css
<style>
span { border-color: #73FD50; }
span { border-color: rgb(115,253,80); }
td.TdClassName
{
border-color: #73FD50;
}
.TagClassName
{
border-color: #73FD50;
}
</style>