Shades of Screamin' Green #74F760
Tints of Screamin' Green #74F760
RGB
CMYK
RGB Variations
Color information
#74F760 (or 0x74F760) is known color: Screamin' Green. HEX triplet: 74, F7 and 60. RGB value is (116,247,96). Sum of RGB (Red+Green+Blue) = 116+247+96=459 (60% of max value = 765). Red value is 116 (45.70% from 255 or 25.27% from 459); Green value is 247 (96.88% from 255 or 53.81% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 247 - color contains mainly: green. Hex color #74F760 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F760 is #8B089F. Grayscale: #BFBFBF. Windows color (decimal): -9111712 or 6354804. OLE color: 6354804.
HSL color Cylindrical-coordinate representation of color #74F760: hue angle of 112.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74F760 is Cyan = 0.53, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 96 | - |
| CMYK | 0.53 | 0 | 0.61 | 0.03 |
| HSL | 112.05º | 0.9% | 0.67% | - |
| HSV(B) | 112.05º | 0.61% | 0.97% | - |
| XYZ | 42.57 | 71.08 | 22.54 | - |
| YUV | 190.62 | 74.6 | 74.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 96 | 0.53 | 0 | 0.61 | 0.03 | 112.05 | 0.9 | 0.67 |
| Hex | 74 | F7 | 60 | 35 | 0 | 3D | 3 | 70 | 5A | 43 |
| Octal | 164 | 367 | 140 | 65 | 0 | 75 | 3 | 160 | 132 | 103 |
| Binary | 1110100 | 11110111 | 1100000 | 110101 | 0 | 111101 | 11 | 1110000 | 1011010 | 1000011 |
Color Harmonies of #74F760
Complementary color
Monochromatic Colors of #74F760
Black with #74F760
Text Example
Text Example
White with #74F760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F760; }
p { color: rgb(116,247,96); }
H1.HeaderClassName
{
color: #74F760;
}
.AnyTagClassName
{
color: #74F760;
}
</style>
background-color css
<style>
a { background-color: #74F760; }
a { background-color: rgb(116,247,96); }
div.DivClassName
{
background-color: #74F760;
}
.BgClassName
{
background-color: #74F760;
}
</style>
border-color css
<style>
span { border-color: #74F760; }
span { border-color: rgb(116,247,96); }
td.TdClassName
{
border-color: #74F760;
}
.TagClassName
{
border-color: #74F760;
}
</style>