Shades of Screamin' Green #73F269
Tints of Screamin' Green #73F269
RGB
CMYK
RGB Variations
Color information
#73F269 (or 0x73F269) is known color: Screamin' Green. HEX triplet: 73, F2 and 69. RGB value is (115,242,105). Sum of RGB (Red+Green+Blue) = 115+242+105=462 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.89% from 462); Green value is 242 (94.92% from 255 or 52.38% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 242 - color contains mainly: green. Hex color #73F269 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73F269 is #8C0D96. Grayscale: #BCBCBC. Windows color (decimal): -9178519 or 6943347. OLE color: 6943347.
HSL color Cylindrical-coordinate representation of color #73F269: hue angle of 115.62º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #73F269 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 242 | 105 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.05 |
| HSL | 115.62º | 0.84% | 0.68% | - |
| HSV(B) | 115.62º | 0.57% | 0.95% | - |
| XYZ | 41.37 | 68.17 | 24.34 | - |
| YUV | 188.41 | 80.92 | 75.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 242 | 105 | 0.52 | 0 | 0.57 | 0.05 | 115.62 | 0.84 | 0.68 |
| Hex | 73 | F2 | 69 | 34 | 0 | 39 | 5 | 74 | 54 | 44 |
| Octal | 163 | 362 | 151 | 64 | 0 | 71 | 5 | 164 | 124 | 104 |
| Binary | 1110011 | 11110010 | 1101001 | 110100 | 0 | 111001 | 101 | 1110100 | 1010100 | 1000100 |
Color Harmonies of #73F269
Complementary color
Monochromatic Colors of #73F269
Black with #73F269
Text Example
Text Example
White with #73F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F269; }
p { color: rgb(115,242,105); }
H1.HeaderClassName
{
color: #73F269;
}
.AnyTagClassName
{
color: #73F269;
}
</style>
background-color css
<style>
a { background-color: #73F269; }
a { background-color: rgb(115,242,105); }
div.DivClassName
{
background-color: #73F269;
}
.BgClassName
{
background-color: #73F269;
}
</style>
border-color css
<style>
span { border-color: #73F269; }
span { border-color: rgb(115,242,105); }
td.TdClassName
{
border-color: #73F269;
}
.TagClassName
{
border-color: #73F269;
}
</style>