Shades of Screamin' Green #74F650
Tints of Screamin' Green #74F650
RGB
CMYK
RGB Variations
Color information
#74F650 (or 0x74F650) is known color: Screamin' Green. HEX triplet: 74, F6 and 50. RGB value is (116,246,80). Sum of RGB (Red+Green+Blue) = 116+246+80=442 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.24% from 442); Green value is 246 (96.48% from 255 or 55.66% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 246 - color contains mainly: green. Hex color #74F650 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74F650 is #8B09AF. Grayscale: #BCBCBC. Windows color (decimal): -9111984 or 5305972. OLE color: 5305972.
HSL color Cylindrical-coordinate representation of color #74F650: hue angle of 106.99º 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 #74F650 is Cyan = 0.53, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 116 | 246 | 80 | - |
| CMYK | 0.53 | 0 | 0.67 | 0.04 |
| HSL | 106.99º | 0.9% | 0.64% | - |
| HSV(B) | 106.99º | 0.67% | 0.96% | - |
| XYZ | 41.61 | 70.2 | 18.95 | - |
| YUV | 188.21 | 66.93 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 246 | 80 | 0.53 | 0 | 0.67 | 0.04 | 106.99 | 0.9 | 0.64 |
| Hex | 74 | F6 | 50 | 35 | 0 | 43 | 4 | 6B | 5A | 40 |
| Octal | 164 | 366 | 120 | 65 | 0 | 103 | 4 | 153 | 132 | 100 |
| Binary | 1110100 | 11110110 | 1010000 | 110101 | 0 | 1000011 | 100 | 1101011 | 1011010 | 1000000 |
Color Harmonies of #74F650
Complementary color
Monochromatic Colors of #74F650
Black with #74F650
Text Example
Text Example
White with #74F650
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F650; }
p { color: rgb(116,246,80); }
H1.HeaderClassName
{
color: #74F650;
}
.AnyTagClassName
{
color: #74F650;
}
</style>
background-color css
<style>
a { background-color: #74F650; }
a { background-color: rgb(116,246,80); }
div.DivClassName
{
background-color: #74F650;
}
.BgClassName
{
background-color: #74F650;
}
</style>
border-color css
<style>
span { border-color: #74F650; }
span { border-color: rgb(116,246,80); }
td.TdClassName
{
border-color: #74F650;
}
.TagClassName
{
border-color: #74F650;
}
</style>