Shades of Screamin' Green #74FB73
Tints of Screamin' Green #74FB73
RGB
CMYK
RGB Variations
Color information
#74FB73 (or 0x74FB73) is known color: Screamin' Green. HEX triplet: 74, FB and 73. RGB value is (116,251,115). Sum of RGB (Red+Green+Blue) = 116+251+115=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 251 (98.44% from 255 or 52.07% from 482); Blue value is 115 (45.31% from 255 or 23.86% from 482); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB73 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FB73 is #8B048C. Grayscale: #C3C3C3. Windows color (decimal): -9110669 or 7601012. OLE color: 7601012.
HSL color Cylindrical-coordinate representation of color #74FB73: hue angle of 119.56º degrees, saturation: 0.94, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FB73 is Cyan = 0.54, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 115 | - |
| CMYK | 0.54 | 0 | 0.54 | 0.02 |
| HSL | 119.56º | 0.94% | 0.72% | - |
| HSV(B) | 119.56º | 0.54% | 0.98% | - |
| XYZ | 44.79 | 73.95 | 28.13 | - |
| YUV | 195.13 | 82.77 | 71.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 115 | 0.54 | 0 | 0.54 | 0.02 | 119.56 | 0.94 | 0.72 |
| Hex | 74 | FB | 73 | 36 | 0 | 36 | 2 | 78 | 5E | 48 |
| Octal | 164 | 373 | 163 | 66 | 0 | 66 | 2 | 170 | 136 | 110 |
| Binary | 1110100 | 11111011 | 1110011 | 110110 | 0 | 110110 | 10 | 1111000 | 1011110 | 1001000 |
Color Harmonies of #74FB73
Complementary color
Monochromatic Colors of #74FB73
Black with #74FB73
Text Example
Text Example
White with #74FB73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB73; }
p { color: rgb(116,251,115); }
H1.HeaderClassName
{
color: #74FB73;
}
.AnyTagClassName
{
color: #74FB73;
}
</style>
background-color css
<style>
a { background-color: #74FB73; }
a { background-color: rgb(116,251,115); }
div.DivClassName
{
background-color: #74FB73;
}
.BgClassName
{
background-color: #74FB73;
}
</style>
border-color css
<style>
span { border-color: #74FB73; }
span { border-color: rgb(116,251,115); }
td.TdClassName
{
border-color: #74FB73;
}
.TagClassName
{
border-color: #74FB73;
}
</style>