Shades of Screamin' Green #73F33D
Tints of Screamin' Green #73F33D
RGB
CMYK
RGB Variations
Color information
#73F33D (or 0x73F33D) is known color: Screamin' Green. HEX triplet: 73, F3 and 3D. RGB value is (115,243,61). Sum of RGB (Red+Green+Blue) = 115+243+61=419 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.45% from 419); Green value is 243 (95.31% from 255 or 58.00% from 419); Blue value is 61 (24.22% from 255 or 14.56% from 419); Max value from RGB is 243 - color contains mainly: green. Hex color #73F33D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F33D is #8C0CC2. Grayscale: #B8B8B8. Windows color (decimal): -9178307 or 4060019. OLE color: 4060019.
HSL color Cylindrical-coordinate representation of color #73F33D: hue angle of 102.2º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73F33D is Cyan = 0.53, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 115 | 243 | 61 | - |
| CMYK | 0.53 | 0 | 0.75 | 0.05 |
| HSL | 102.2º | 0.88% | 0.6% | - |
| HSV(B) | 102.2º | 0.75% | 0.95% | - |
| XYZ | 39.96 | 68.08 | 15.45 | - |
| YUV | 183.98 | 58.59 | 78.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 243 | 61 | 0.53 | 0 | 0.75 | 0.05 | 102.2 | 0.88 | 0.6 |
| Hex | 73 | F3 | 3D | 35 | 0 | 4B | 5 | 66 | 58 | 3C |
| Octal | 163 | 363 | 75 | 65 | 0 | 113 | 5 | 146 | 130 | 74 |
| Binary | 1110011 | 11110011 | 111101 | 110101 | 0 | 1001011 | 101 | 1100110 | 1011000 | 111100 |
Color Harmonies of #73F33D
Complementary color
Monochromatic Colors of #73F33D
Black with #73F33D
Text Example
Text Example
White with #73F33D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F33D; }
p { color: rgb(115,243,61); }
H1.HeaderClassName
{
color: #73F33D;
}
.AnyTagClassName
{
color: #73F33D;
}
</style>
background-color css
<style>
a { background-color: #73F33D; }
a { background-color: rgb(115,243,61); }
div.DivClassName
{
background-color: #73F33D;
}
.BgClassName
{
background-color: #73F33D;
}
</style>
border-color css
<style>
span { border-color: #73F33D; }
span { border-color: rgb(115,243,61); }
td.TdClassName
{
border-color: #73F33D;
}
.TagClassName
{
border-color: #73F33D;
}
</style>