Shades of Screamin' Green #74F762
Tints of Screamin' Green #74F762
RGB
CMYK
RGB Variations
Color information
#74F762 (or 0x74F762) is known color: Screamin' Green. HEX triplet: 74, F7 and 62. RGB value is (116,247,98). Sum of RGB (Red+Green+Blue) = 116+247+98=461 (61% of max value = 765). Red value is 116 (45.70% from 255 or 25.16% from 461); Green value is 247 (96.88% from 255 or 53.58% from 461); Blue value is 98 (38.67% from 255 or 21.26% from 461); Max value from RGB is 247 - color contains mainly: green. Hex color #74F762 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F762 is #8B089D. Grayscale: #BFBFBF. Windows color (decimal): -9111710 or 6485876. OLE color: 6485876.
HSL color Cylindrical-coordinate representation of color #74F762: hue angle of 112.75º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74F762 is Cyan = 0.53, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 98 | - |
| CMYK | 0.53 | 0 | 0.60 | 0.03 |
| HSL | 112.75º | 0.9% | 0.68% | - |
| HSV(B) | 112.75º | 0.6% | 0.97% | - |
| XYZ | 42.67 | 71.12 | 23.03 | - |
| YUV | 190.85 | 75.6 | 74.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 98 | 0.53 | 0 | 0.60 | 0.03 | 112.75 | 0.9 | 0.68 |
| Hex | 74 | F7 | 62 | 35 | 0 | 3C | 3 | 71 | 5A | 44 |
| Octal | 164 | 367 | 142 | 65 | 0 | 74 | 3 | 161 | 132 | 104 |
| Binary | 1110100 | 11110111 | 1100010 | 110101 | 0 | 111100 | 11 | 1110001 | 1011010 | 1000100 |
Color Harmonies of #74F762
Complementary color
Monochromatic Colors of #74F762
Black with #74F762
Text Example
Text Example
White with #74F762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F762; }
p { color: rgb(116,247,98); }
H1.HeaderClassName
{
color: #74F762;
}
.AnyTagClassName
{
color: #74F762;
}
</style>
background-color css
<style>
a { background-color: #74F762; }
a { background-color: rgb(116,247,98); }
div.DivClassName
{
background-color: #74F762;
}
.BgClassName
{
background-color: #74F762;
}
</style>
border-color css
<style>
span { border-color: #74F762; }
span { border-color: rgb(116,247,98); }
td.TdClassName
{
border-color: #74F762;
}
.TagClassName
{
border-color: #74F762;
}
</style>