Shades of Screamin' Green #73F237
Tints of Screamin' Green #73F237
RGB
CMYK
RGB Variations
Color information
#73F237 (or 0x73F237) is known color: Screamin' Green. HEX triplet: 73, F2 and 37. RGB value is (115,242,55). Sum of RGB (Red+Green+Blue) = 115+242+55=412 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.91% from 412); Green value is 242 (94.92% from 255 or 58.74% from 412); Blue value is 55 (21.88% from 255 or 13.35% from 412); Max value from RGB is 242 - color contains mainly: green. Hex color #73F237 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F237 is #8C0DC8. Grayscale: #B7B7B7. Windows color (decimal): -9178569 or 3666547. OLE color: 3666547.
HSL color Cylindrical-coordinate representation of color #73F237: hue angle of 100.75º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #73F237 is Cyan = 0.52, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 55 | - |
| CMYK | 0.52 | 0 | 0.77 | 0.05 |
| HSL | 100.75º | 0.88% | 0.58% | - |
| HSV(B) | 100.75º | 0.77% | 0.95% | - |
| XYZ | 39.51 | 67.42 | 14.55 | - |
| YUV | 182.71 | 55.92 | 79.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 55 | 0.52 | 0 | 0.77 | 0.05 | 100.75 | 0.88 | 0.58 |
| Hex | 73 | F2 | 37 | 34 | 0 | 4D | 5 | 65 | 58 | 3A |
| Octal | 163 | 362 | 67 | 64 | 0 | 115 | 5 | 145 | 130 | 72 |
| Binary | 1110011 | 11110010 | 110111 | 110100 | 0 | 1001101 | 101 | 1100101 | 1011000 | 111010 |
Color Harmonies of #73F237
Complementary color
Monochromatic Colors of #73F237
Black with #73F237
Text Example
Text Example
White with #73F237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F237; }
p { color: rgb(115,242,55); }
H1.HeaderClassName
{
color: #73F237;
}
.AnyTagClassName
{
color: #73F237;
}
</style>
background-color css
<style>
a { background-color: #73F237; }
a { background-color: rgb(115,242,55); }
div.DivClassName
{
background-color: #73F237;
}
.BgClassName
{
background-color: #73F237;
}
</style>
border-color css
<style>
span { border-color: #73F237; }
span { border-color: rgb(115,242,55); }
td.TdClassName
{
border-color: #73F237;
}
.TagClassName
{
border-color: #73F237;
}
</style>