Shades of Screamin' Green #73F25F
Tints of Screamin' Green #73F25F
RGB
CMYK
RGB Variations
Color information
#73F25F (or 0x73F25F) is known color: Screamin' Green. HEX triplet: 73, F2 and 5F. RGB value is (115,242,95). Sum of RGB (Red+Green+Blue) = 115+242+95=452 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.44% from 452); Green value is 242 (94.92% from 255 or 53.54% from 452); Blue value is 95 (37.5% from 255 or 21.02% from 452); Max value from RGB is 242 - color contains mainly: green. Hex color #73F25F is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F25F is #8C0DA0. Grayscale: #BBBBBB. Windows color (decimal): -9178529 or 6287987. OLE color: 6287987.
HSL color Cylindrical-coordinate representation of color #73F25F: hue angle of 111.84º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #73F25F is Cyan = 0.52, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 95 | - |
| CMYK | 0.52 | 0 | 0.61 | 0.05 |
| HSL | 111.84º | 0.85% | 0.66% | - |
| HSV(B) | 111.84º | 0.61% | 0.95% | - |
| XYZ | 40.89 | 67.98 | 21.79 | - |
| YUV | 187.27 | 75.92 | 76.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 95 | 0.52 | 0 | 0.61 | 0.05 | 111.84 | 0.85 | 0.66 |
| Hex | 73 | F2 | 5F | 34 | 0 | 3D | 5 | 70 | 55 | 42 |
| Octal | 163 | 362 | 137 | 64 | 0 | 75 | 5 | 160 | 125 | 102 |
| Binary | 1110011 | 11110010 | 1011111 | 110100 | 0 | 111101 | 101 | 1110000 | 1010101 | 1000010 |
Color Harmonies of #73F25F
Complementary color
Monochromatic Colors of #73F25F
Black with #73F25F
Text Example
Text Example
White with #73F25F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F25F; }
p { color: rgb(115,242,95); }
H1.HeaderClassName
{
color: #73F25F;
}
.AnyTagClassName
{
color: #73F25F;
}
</style>
background-color css
<style>
a { background-color: #73F25F; }
a { background-color: rgb(115,242,95); }
div.DivClassName
{
background-color: #73F25F;
}
.BgClassName
{
background-color: #73F25F;
}
</style>
border-color css
<style>
span { border-color: #73F25F; }
span { border-color: rgb(115,242,95); }
td.TdClassName
{
border-color: #73F25F;
}
.TagClassName
{
border-color: #73F25F;
}
</style>