Shades of Screamin' Green #73F145
Tints of Screamin' Green #73F145
RGB
CMYK
RGB Variations
Color information
#73F145 (or 0x73F145) is known color: Screamin' Green. HEX triplet: 73, F1 and 45. RGB value is (115,241,69). Sum of RGB (Red+Green+Blue) = 115+241+69=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 69 (27.34% from 255 or 16.24% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #73F145 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F145 is #8C0EBA. Grayscale: #B8B8B8. Windows color (decimal): -9178811 or 4583795. OLE color: 4583795.
HSL color Cylindrical-coordinate representation of color #73F145: hue angle of 103.95º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #73F145 is Cyan = 0.52, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 241 | 69 | - |
| CMYK | 0.52 | 0 | 0.71 | 0.05 |
| HSL | 103.95º | 0.86% | 0.61% | - |
| HSV(B) | 103.95º | 0.71% | 0.95% | - |
| XYZ | 39.6 | 66.99 | 16.47 | - |
| YUV | 183.72 | 63.26 | 78.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 241 | 69 | 0.52 | 0 | 0.71 | 0.05 | 103.95 | 0.86 | 0.61 |
| Hex | 73 | F1 | 45 | 34 | 0 | 47 | 5 | 68 | 56 | 3D |
| Octal | 163 | 361 | 105 | 64 | 0 | 107 | 5 | 150 | 126 | 75 |
| Binary | 1110011 | 11110001 | 1000101 | 110100 | 0 | 1000111 | 101 | 1101000 | 1010110 | 111101 |
Color Harmonies of #73F145
Complementary color
Monochromatic Colors of #73F145
Black with #73F145
Text Example
Text Example
White with #73F145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F145; }
p { color: rgb(115,241,69); }
H1.HeaderClassName
{
color: #73F145;
}
.AnyTagClassName
{
color: #73F145;
}
</style>
background-color css
<style>
a { background-color: #73F145; }
a { background-color: rgb(115,241,69); }
div.DivClassName
{
background-color: #73F145;
}
.BgClassName
{
background-color: #73F145;
}
</style>
border-color css
<style>
span { border-color: #73F145; }
span { border-color: rgb(115,241,69); }
td.TdClassName
{
border-color: #73F145;
}
.TagClassName
{
border-color: #73F145;
}
</style>