Shades of Screamin' Green #73FB3C
Tints of Screamin' Green #73FB3C
RGB
CMYK
RGB Variations
Color information
#73FB3C (or 0x73FB3C) is known color: Screamin' Green. HEX triplet: 73, FB and 3C. RGB value is (115,251,60). Sum of RGB (Red+Green+Blue) = 115+251+60=426 (56% of max value = 765). Red value is 115 (45.31% from 255 or 27.00% from 426); Green value is 251 (98.44% from 255 or 58.92% from 426); Blue value is 60 (23.83% from 255 or 14.08% from 426); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB3C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #73FB3C is #8C04C3. Grayscale: #BDBDBD. Windows color (decimal): -9176260 or 3996531. OLE color: 3996531.
HSL color Cylindrical-coordinate representation of color #73FB3C: hue angle of 102.72º degrees, saturation: 0.96, 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 #73FB3C is Cyan = 0.54, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 60 | - |
| CMYK | 0.54 | 0 | 0.76 | 0.02 |
| HSL | 102.72º | 0.96% | 0.61% | - |
| HSV(B) | 102.72º | 0.76% | 0.98% | - |
| XYZ | 42.38 | 72.97 | 16.12 | - |
| YUV | 188.56 | 55.44 | 75.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 60 | 0.54 | 0 | 0.76 | 0.02 | 102.72 | 0.96 | 0.61 |
| Hex | 73 | FB | 3C | 36 | 0 | 4C | 2 | 67 | 60 | 3D |
| Octal | 163 | 373 | 74 | 66 | 0 | 114 | 2 | 147 | 140 | 75 |
| Binary | 1110011 | 11111011 | 111100 | 110110 | 0 | 1001100 | 10 | 1100111 | 1100000 | 111101 |
Color Harmonies of #73FB3C
Complementary color
Monochromatic Colors of #73FB3C
Black with #73FB3C
Text Example
Text Example
White with #73FB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB3C; }
p { color: rgb(115,251,60); }
H1.HeaderClassName
{
color: #73FB3C;
}
.AnyTagClassName
{
color: #73FB3C;
}
</style>
background-color css
<style>
a { background-color: #73FB3C; }
a { background-color: rgb(115,251,60); }
div.DivClassName
{
background-color: #73FB3C;
}
.BgClassName
{
background-color: #73FB3C;
}
</style>
border-color css
<style>
span { border-color: #73FB3C; }
span { border-color: rgb(115,251,60); }
td.TdClassName
{
border-color: #73FB3C;
}
.TagClassName
{
border-color: #73FB3C;
}
</style>