Shades of Screamin' Green #73FD5A
Tints of Screamin' Green #73FD5A
RGB
CMYK
RGB Variations
Color information
#73FD5A (or 0x73FD5A) is known color: Screamin' Green. HEX triplet: 73, FD and 5A. RGB value is (115,253,90). Sum of RGB (Red+Green+Blue) = 115+253+90=458 (60% of max value = 765). Red value is 115 (45.31% from 255 or 25.11% from 458); Green value is 253 (99.22% from 255 or 55.24% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 253 - color contains mainly: green. Hex color #73FD5A is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FD5A is #8C02A5. Grayscale: #C1C1C1. Windows color (decimal): -9175718 or 5963123. OLE color: 5963123.
HSL color Cylindrical-coordinate representation of color #73FD5A: hue angle of 110.8º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #73FD5A is Cyan = 0.55, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 115 | 253 | 90 | - |
| CMYK | 0.55 | 0 | 0.64 | 0.01 |
| HSL | 110.8º | 0.98% | 0.67% | - |
| HSV(B) | 110.8º | 0.64% | 0.99% | - |
| XYZ | 44.04 | 74.63 | 21.76 | - |
| YUV | 193.16 | 69.78 | 72.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 253 | 90 | 0.55 | 0 | 0.64 | 0.01 | 110.8 | 0.98 | 0.67 |
| Hex | 73 | FD | 5A | 37 | 0 | 40 | 1 | 6F | 62 | 43 |
| Octal | 163 | 375 | 132 | 67 | 0 | 100 | 1 | 157 | 142 | 103 |
| Binary | 1110011 | 11111101 | 1011010 | 110111 | 0 | 1000000 | 1 | 1101111 | 1100010 | 1000011 |
Color Harmonies of #73FD5A
Complementary color
Monochromatic Colors of #73FD5A
Black with #73FD5A
Text Example
Text Example
White with #73FD5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FD5A; }
p { color: rgb(115,253,90); }
H1.HeaderClassName
{
color: #73FD5A;
}
.AnyTagClassName
{
color: #73FD5A;
}
</style>
background-color css
<style>
a { background-color: #73FD5A; }
a { background-color: rgb(115,253,90); }
div.DivClassName
{
background-color: #73FD5A;
}
.BgClassName
{
background-color: #73FD5A;
}
</style>
border-color css
<style>
span { border-color: #73FD5A; }
span { border-color: rgb(115,253,90); }
td.TdClassName
{
border-color: #73FD5A;
}
.TagClassName
{
border-color: #73FD5A;
}
</style>