Shades of Screamin' Green #74F768
Tints of Screamin' Green #74F768
RGB
CMYK
RGB Variations
Color information
#74F768 (or 0x74F768) is known color: Screamin' Green. HEX triplet: 74, F7 and 68. RGB value is (116,247,104). Sum of RGB (Red+Green+Blue) = 116+247+104=467 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.84% from 467); Green value is 247 (96.88% from 255 or 52.89% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 247 - color contains mainly: green. Hex color #74F768 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F768 is #8B0897. Grayscale: #BFBFBF. Windows color (decimal): -9111704 or 6879092. OLE color: 6879092.
HSL color Cylindrical-coordinate representation of color #74F768: hue angle of 114.97º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #74F768 is Cyan = 0.53, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 247 | 104 | - |
| CMYK | 0.53 | 0 | 0.58 | 0.03 |
| HSL | 114.97º | 0.9% | 0.69% | - |
| HSV(B) | 114.97º | 0.58% | 0.97% | - |
| XYZ | 42.96 | 71.23 | 24.58 | - |
| YUV | 191.53 | 78.6 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 247 | 104 | 0.53 | 0 | 0.58 | 0.03 | 114.97 | 0.9 | 0.69 |
| Hex | 74 | F7 | 68 | 35 | 0 | 3A | 3 | 73 | 5A | 45 |
| Octal | 164 | 367 | 150 | 65 | 0 | 72 | 3 | 163 | 132 | 105 |
| Binary | 1110100 | 11110111 | 1101000 | 110101 | 0 | 111010 | 11 | 1110011 | 1011010 | 1000101 |
Color Harmonies of #74F768
Complementary color
Monochromatic Colors of #74F768
Black with #74F768
Text Example
Text Example
White with #74F768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F768; }
p { color: rgb(116,247,104); }
H1.HeaderClassName
{
color: #74F768;
}
.AnyTagClassName
{
color: #74F768;
}
</style>
background-color css
<style>
a { background-color: #74F768; }
a { background-color: rgb(116,247,104); }
div.DivClassName
{
background-color: #74F768;
}
.BgClassName
{
background-color: #74F768;
}
</style>
border-color css
<style>
span { border-color: #74F768; }
span { border-color: rgb(116,247,104); }
td.TdClassName
{
border-color: #74F768;
}
.TagClassName
{
border-color: #74F768;
}
</style>