Shades of Screamin' Green #73EF3C
Tints of Screamin' Green #73EF3C
RGB
CMYK
RGB Variations
Color information
#73EF3C (or 0x73EF3C) is known color: Screamin' Green. HEX triplet: 73, EF and 3C. RGB value is (115,239,60). Sum of RGB (Red+Green+Blue) = 115+239+60=414 (54% of max value = 765). Red value is 115 (45.31% from 255 or 27.78% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 60 (23.83% from 255 or 14.49% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #73EF3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73EF3C is #8C10C3. Grayscale: #B6B6B6. Windows color (decimal): -9179332 or 3993459. OLE color: 3993459.
HSL color Cylindrical-coordinate representation of color #73EF3C: hue angle of 101.56º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #73EF3C is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 115 | 239 | 60 | - |
| CMYK | 0.52 | 0 | 0.75 | 0.06 |
| HSL | 101.56º | 0.85% | 0.59% | - |
| HSV(B) | 101.56º | 0.75% | 0.94% | - |
| XYZ | 38.75 | 65.7 | 14.91 | - |
| YUV | 181.52 | 59.42 | 80.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 239 | 60 | 0.52 | 0 | 0.75 | 0.06 | 101.56 | 0.85 | 0.59 |
| Hex | 73 | EF | 3C | 34 | 0 | 4B | 6 | 66 | 55 | 3B |
| Octal | 163 | 357 | 74 | 64 | 0 | 113 | 6 | 146 | 125 | 73 |
| Binary | 1110011 | 11101111 | 111100 | 110100 | 0 | 1001011 | 110 | 1100110 | 1010101 | 111011 |
Color Harmonies of #73EF3C
Complementary color
Monochromatic Colors of #73EF3C
Black with #73EF3C
Text Example
Text Example
White with #73EF3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73EF3C; }
p { color: rgb(115,239,60); }
H1.HeaderClassName
{
color: #73EF3C;
}
.AnyTagClassName
{
color: #73EF3C;
}
</style>
background-color css
<style>
a { background-color: #73EF3C; }
a { background-color: rgb(115,239,60); }
div.DivClassName
{
background-color: #73EF3C;
}
.BgClassName
{
background-color: #73EF3C;
}
</style>
border-color css
<style>
span { border-color: #73EF3C; }
span { border-color: rgb(115,239,60); }
td.TdClassName
{
border-color: #73EF3C;
}
.TagClassName
{
border-color: #73EF3C;
}
</style>