Shades of Screamin' Green #74F770
Tints of Screamin' Green #74F770
RGB
CMYK
RGB Variations
Color information
#74F770 (or 0x74F770) is known color: Screamin' Green. HEX triplet: 74, F7 and 70. RGB value is (116,247,112). Sum of RGB (Red+Green+Blue) = 116+247+112=475 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.42% from 475); Green value is 247 (96.88% from 255 or 52% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 247 - color contains mainly: green. Hex color #74F770 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F770 is #8B088F. Grayscale: #C0C0C0. Windows color (decimal): -9111696 or 7403380. OLE color: 7403380.
HSL color Cylindrical-coordinate representation of color #74F770: hue angle of 118.22º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74F770 is Cyan = 0.53, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 112 | - |
| CMYK | 0.53 | 0 | 0.55 | 0.03 |
| HSL | 118.22º | 0.89% | 0.7% | - |
| HSV(B) | 118.22º | 0.55% | 0.97% | - |
| XYZ | 43.39 | 71.4 | 26.82 | - |
| YUV | 192.44 | 82.6 | 73.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 112 | 0.53 | 0 | 0.55 | 0.03 | 118.22 | 0.89 | 0.7 |
| Hex | 74 | F7 | 70 | 35 | 0 | 37 | 3 | 76 | 59 | 46 |
| Octal | 164 | 367 | 160 | 65 | 0 | 67 | 3 | 166 | 131 | 106 |
| Binary | 1110100 | 11110111 | 1110000 | 110101 | 0 | 110111 | 11 | 1110110 | 1011001 | 1000110 |
Color Harmonies of #74F770
Complementary color
Monochromatic Colors of #74F770
Black with #74F770
Text Example
Text Example
White with #74F770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F770; }
p { color: rgb(116,247,112); }
H1.HeaderClassName
{
color: #74F770;
}
.AnyTagClassName
{
color: #74F770;
}
</style>
background-color css
<style>
a { background-color: #74F770; }
a { background-color: rgb(116,247,112); }
div.DivClassName
{
background-color: #74F770;
}
.BgClassName
{
background-color: #74F770;
}
</style>
border-color css
<style>
span { border-color: #74F770; }
span { border-color: rgb(116,247,112); }
td.TdClassName
{
border-color: #74F770;
}
.TagClassName
{
border-color: #74F770;
}
</style>