Shades of Screamin' Green #74F94C
Tints of Screamin' Green #74F94C
RGB
CMYK
RGB Variations
Color information
#74F94C (or 0x74F94C) is known color: Screamin' Green. HEX triplet: 74, F9 and 4C. RGB value is (116,249,76). Sum of RGB (Red+Green+Blue) = 116+249+76=441 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.30% from 441); Green value is 249 (97.66% from 255 or 56.46% from 441); Blue value is 76 (30.08% from 255 or 17.23% from 441); Max value from RGB is 249 - color contains mainly: green. Hex color #74F94C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F94C is #8B06B3. Grayscale: #BEBEBE. Windows color (decimal): -9111220 or 5044596. OLE color: 5044596.
HSL color Cylindrical-coordinate representation of color #74F94C: hue angle of 106.13º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74F94C is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 249 | 76 | - |
| CMYK | 0.53 | 0 | 0.69 | 0.02 |
| HSL | 106.13º | 0.94% | 0.64% | - |
| HSV(B) | 106.13º | 0.69% | 0.98% | - |
| XYZ | 42.38 | 71.99 | 18.5 | - |
| YUV | 189.51 | 63.94 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 249 | 76 | 0.53 | 0 | 0.69 | 0.02 | 106.13 | 0.94 | 0.64 |
| Hex | 74 | F9 | 4C | 35 | 0 | 45 | 2 | 6A | 5E | 40 |
| Octal | 164 | 371 | 114 | 65 | 0 | 105 | 2 | 152 | 136 | 100 |
| Binary | 1110100 | 11111001 | 1001100 | 110101 | 0 | 1000101 | 10 | 1101010 | 1011110 | 1000000 |
Color Harmonies of #74F94C
Complementary color
Monochromatic Colors of #74F94C
Black with #74F94C
Text Example
Text Example
White with #74F94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F94C; }
p { color: rgb(116,249,76); }
H1.HeaderClassName
{
color: #74F94C;
}
.AnyTagClassName
{
color: #74F94C;
}
</style>
background-color css
<style>
a { background-color: #74F94C; }
a { background-color: rgb(116,249,76); }
div.DivClassName
{
background-color: #74F94C;
}
.BgClassName
{
background-color: #74F94C;
}
</style>
border-color css
<style>
span { border-color: #74F94C; }
span { border-color: rgb(116,249,76); }
td.TdClassName
{
border-color: #74F94C;
}
.TagClassName
{
border-color: #74F94C;
}
</style>