Shades of Screamin' Green #73FB65
Tints of Screamin' Green #73FB65
RGB
CMYK
RGB Variations
Color information
#73FB65 (or 0x73FB65) is known color: Screamin' Green. HEX triplet: 73, FB and 65. RGB value is (115,251,101). Sum of RGB (Red+Green+Blue) = 115+251+101=467 (61% of max value = 765). Red value is 115 (45.31% from 255 or 24.63% from 467); Green value is 251 (98.44% from 255 or 53.75% from 467); Blue value is 101 (39.84% from 255 or 21.63% from 467); Max value from RGB is 251 - color contains mainly: green. Hex color #73FB65 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #73FB65 is #8C049A. Grayscale: #C1C1C1. Windows color (decimal): -9176219 or 6683507. OLE color: 6683507.
HSL color Cylindrical-coordinate representation of color #73FB65: hue angle of 114.4º 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 #73FB65 is Cyan = 0.54, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 115 | 251 | 101 | - |
| CMYK | 0.54 | 0 | 0.60 | 0.02 |
| HSL | 114.4º | 0.95% | 0.69% | - |
| HSV(B) | 114.4º | 0.6% | 0.98% | - |
| XYZ | 43.92 | 73.58 | 24.2 | - |
| YUV | 193.24 | 75.94 | 72.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 251 | 101 | 0.54 | 0 | 0.60 | 0.02 | 114.4 | 0.95 | 0.69 |
| Hex | 73 | FB | 65 | 36 | 0 | 3C | 2 | 72 | 5F | 45 |
| Octal | 163 | 373 | 145 | 66 | 0 | 74 | 2 | 162 | 137 | 105 |
| Binary | 1110011 | 11111011 | 1100101 | 110110 | 0 | 111100 | 10 | 1110010 | 1011111 | 1000101 |
Color Harmonies of #73FB65
Complementary color
Monochromatic Colors of #73FB65
Black with #73FB65
Text Example
Text Example
White with #73FB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73FB65; }
p { color: rgb(115,251,101); }
H1.HeaderClassName
{
color: #73FB65;
}
.AnyTagClassName
{
color: #73FB65;
}
</style>
background-color css
<style>
a { background-color: #73FB65; }
a { background-color: rgb(115,251,101); }
div.DivClassName
{
background-color: #73FB65;
}
.BgClassName
{
background-color: #73FB65;
}
</style>
border-color css
<style>
span { border-color: #73FB65; }
span { border-color: rgb(115,251,101); }
td.TdClassName
{
border-color: #73FB65;
}
.TagClassName
{
border-color: #73FB65;
}
</style>