Shades of Screamin' Green #73F93D
Tints of Screamin' Green #73F93D
RGB
CMYK
RGB Variations
Color information
#73F93D (or 0x73F93D) is known color: Screamin' Green. HEX triplet: 73, F9 and 3D. RGB value is (115,249,61). Sum of RGB (Red+Green+Blue) = 115+249+61=425 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.06% from 425); Green value is 249 (97.66% from 255 or 58.59% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 249 - color contains mainly: green. Hex color #73F93D is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73F93D is #8C06C2. Grayscale: #BCBCBC. Windows color (decimal): -9176771 or 4061555. OLE color: 4061555.
HSL color Cylindrical-coordinate representation of color #73F93D: hue angle of 102.77º degrees, saturation: 0.94, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #73F93D is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 249 | 61 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.02 |
| HSL | 102.77º | 0.94% | 0.61% | - |
| HSV(B) | 102.77º | 0.76% | 0.98% | - |
| XYZ | 41.79 | 71.73 | 16.06 | - |
| YUV | 187.5 | 56.61 | 76.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 249 | 61 | 0.54 | 0 | 0.76 | 0.02 | 102.77 | 0.94 | 0.61 |
| Hex | 73 | F9 | 3D | 36 | 0 | 4C | 2 | 67 | 5E | 3D |
| Octal | 163 | 371 | 75 | 66 | 0 | 114 | 2 | 147 | 136 | 75 |
| Binary | 1110011 | 11111001 | 111101 | 110110 | 0 | 1001100 | 10 | 1100111 | 1011110 | 111101 |
Color Harmonies of #73F93D
Complementary color
Monochromatic Colors of #73F93D
Black with #73F93D
Text Example
Text Example
White with #73F93D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73F93D; }
p { color: rgb(115,249,61); }
H1.HeaderClassName
{
color: #73F93D;
}
.AnyTagClassName
{
color: #73F93D;
}
</style>
background-color css
<style>
a { background-color: #73F93D; }
a { background-color: rgb(115,249,61); }
div.DivClassName
{
background-color: #73F93D;
}
.BgClassName
{
background-color: #73F93D;
}
</style>
border-color css
<style>
span { border-color: #73F93D; }
span { border-color: rgb(115,249,61); }
td.TdClassName
{
border-color: #73F93D;
}
.TagClassName
{
border-color: #73F93D;
}
</style>