Shades of Screamin' Green #74F651
Tints of Screamin' Green #74F651
RGB
CMYK
RGB Variations
Color information
#74F651 (or 0x74F651) is known color: Screamin' Green. HEX triplet: 74, F6 and 51. RGB value is (116,246,81). Sum of RGB (Red+Green+Blue) = 116+246+81=443 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.19% from 443); Green value is 246 (96.48% from 255 or 55.53% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 246 - color contains mainly: green. Hex color #74F651 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F651 is #8B09AE. Grayscale: #BCBCBC. Windows color (decimal): -9111983 or 5371508. OLE color: 5371508.
HSL color Cylindrical-coordinate representation of color #74F651: hue angle of 107.27º degrees, saturation: 0.9, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74F651 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 81 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.04 |
| HSL | 107.27º | 0.9% | 0.64% | - |
| HSV(B) | 107.27º | 0.67% | 0.96% | - |
| XYZ | 41.64 | 70.22 | 19.14 | - |
| YUV | 188.32 | 67.43 | 76.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 81 | 0.53 | 0 | 0.67 | 0.04 | 107.27 | 0.9 | 0.64 |
| Hex | 74 | F6 | 51 | 35 | 0 | 43 | 4 | 6B | 5A | 40 |
| Octal | 164 | 366 | 121 | 65 | 0 | 103 | 4 | 153 | 132 | 100 |
| Binary | 1110100 | 11110110 | 1010001 | 110101 | 0 | 1000011 | 100 | 1101011 | 1011010 | 1000000 |
Color Harmonies of #74F651
Complementary color
Monochromatic Colors of #74F651
Black with #74F651
Text Example
Text Example
White with #74F651
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F651; }
p { color: rgb(116,246,81); }
H1.HeaderClassName
{
color: #74F651;
}
.AnyTagClassName
{
color: #74F651;
}
</style>
background-color css
<style>
a { background-color: #74F651; }
a { background-color: rgb(116,246,81); }
div.DivClassName
{
background-color: #74F651;
}
.BgClassName
{
background-color: #74F651;
}
</style>
border-color css
<style>
span { border-color: #74F651; }
span { border-color: rgb(116,246,81); }
td.TdClassName
{
border-color: #74F651;
}
.TagClassName
{
border-color: #74F651;
}
</style>