Shades of Screamin' Green #73FB64
Tints of Screamin' Green #73FB64
RGB
CMYK
RGB Variations
Color information
#73FB64 (or 0x73FB64) is known color: Screamin' Green. HEX triplet: 73, FB and 64. RGB value is (115,251,100). Sum of RGB (Red+Green+Blue) = 115+251+100=466 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.68% from 466); Green value is 251 (98.44% from 255 or 53.86% from 466); Blue value is 100 (39.45% from 255 or 21.46% from 466); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB64 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FB64 is #8C049B. Grayscale: #C1C1C1. Windows color (decimal): -9176220 or 6617971. OLE color: 6617971.
HSL color Cylindrical-coordinate representation of color #73FB64: hue angle of 114.04º degrees, saturation: 0.95, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #73FB64 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 100 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.02 |
| HSL | 114.04º | 0.95% | 0.69% | - |
| HSV(B) | 114.04º | 0.6% | 0.98% | - |
| XYZ | 43.87 | 73.56 | 23.94 | - |
| YUV | 193.12 | 75.44 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 100 | 0.54 | 0 | 0.60 | 0.02 | 114.04 | 0.95 | 0.69 |
| Hex | 73 | FB | 64 | 36 | 0 | 3C | 2 | 72 | 5F | 45 |
| Octal | 163 | 373 | 144 | 66 | 0 | 74 | 2 | 162 | 137 | 105 |
| Binary | 1110011 | 11111011 | 1100100 | 110110 | 0 | 111100 | 10 | 1110010 | 1011111 | 1000101 |
Color Harmonies of #73FB64
Complementary color
Monochromatic Colors of #73FB64
Black with #73FB64
Text Example
Text Example
White with #73FB64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB64; }
p { color: rgb(115,251,100); }
H1.HeaderClassName
{
color: #73FB64;
}
.AnyTagClassName
{
color: #73FB64;
}
</style>
background-color css
<style>
a { background-color: #73FB64; }
a { background-color: rgb(115,251,100); }
div.DivClassName
{
background-color: #73FB64;
}
.BgClassName
{
background-color: #73FB64;
}
</style>
border-color css
<style>
span { border-color: #73FB64; }
span { border-color: rgb(115,251,100); }
td.TdClassName
{
border-color: #73FB64;
}
.TagClassName
{
border-color: #73FB64;
}
</style>