Shades of Screamin' Green #73F25C
Tints of Screamin' Green #73F25C
RGB
CMYK
RGB Variations
Color information
#73F25C (or 0x73F25C) is known color: Screamin' Green. HEX triplet: 73, F2 and 5C. RGB value is (115,242,92). Sum of RGB (Red+Green+Blue) = 115+242+92=449 (59% of max value = 765). Red value is 115 (45.31% from 255 or 25.61% from 449); Green value is 242 (94.92% from 255 or 53.90% from 449); Blue value is 92 (36.33% from 255 or 20.49% from 449); Max value from RGB is 242 - color contains mainly: green. Hex color #73F25C is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F25C is #8C0DA3. Grayscale: #BBBBBB. Windows color (decimal): -9178532 or 6091379. OLE color: 6091379.
HSL color Cylindrical-coordinate representation of color #73F25C: hue angle of 110.8º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #73F25C is Cyan = 0.52, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 92 | - |
| CMYK | 0.52 | 0 | 0.62 | 0.05 |
| HSL | 110.8º | 0.85% | 0.65% | - |
| HSV(B) | 110.8º | 0.62% | 0.95% | - |
| XYZ | 40.75 | 67.92 | 21.09 | - |
| YUV | 186.93 | 74.42 | 76.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 92 | 0.52 | 0 | 0.62 | 0.05 | 110.8 | 0.85 | 0.65 |
| Hex | 73 | F2 | 5C | 34 | 0 | 3E | 5 | 6F | 55 | 41 |
| Octal | 163 | 362 | 134 | 64 | 0 | 76 | 5 | 157 | 125 | 101 |
| Binary | 1110011 | 11110010 | 1011100 | 110100 | 0 | 111110 | 101 | 1101111 | 1010101 | 1000001 |
Color Harmonies of #73F25C
Complementary color
Monochromatic Colors of #73F25C
Black with #73F25C
Text Example
Text Example
White with #73F25C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F25C; }
p { color: rgb(115,242,92); }
H1.HeaderClassName
{
color: #73F25C;
}
.AnyTagClassName
{
color: #73F25C;
}
</style>
background-color css
<style>
a { background-color: #73F25C; }
a { background-color: rgb(115,242,92); }
div.DivClassName
{
background-color: #73F25C;
}
.BgClassName
{
background-color: #73F25C;
}
</style>
border-color css
<style>
span { border-color: #73F25C; }
span { border-color: rgb(115,242,92); }
td.TdClassName
{
border-color: #73F25C;
}
.TagClassName
{
border-color: #73F25C;
}
</style>