Shades of Screamin' Green #74F14C
Tints of Screamin' Green #74F14C
RGB
CMYK
RGB Variations
Color information
#74F14C (or 0x74F14C) is known color: Screamin' Green. HEX triplet: 74, F1 and 4C. RGB value is (116,241,76). Sum of RGB (Red+Green+Blue) = 116+241+76=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 241 (94.53% from 255 or 55.66% from 433); Blue value is 76 (30.08% from 255 or 17.55% from 433); Max value from RGB is 241 - color contains mainly: green. Hex color #74F14C is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74F14C is #8B0EB3. Grayscale: #B9B9B9. Windows color (decimal): -9113268 or 5042548. OLE color: 5042548.
HSL color Cylindrical-coordinate representation of color #74F14C: hue angle of 105.45º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74F14C is Cyan = 0.52, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 76 | - |
| CMYK | 0.52 | 0 | 0.68 | 0.05 |
| HSL | 105.45º | 0.85% | 0.62% | - |
| HSV(B) | 105.45º | 0.68% | 0.95% | - |
| XYZ | 39.96 | 67.15 | 17.69 | - |
| YUV | 184.82 | 66.59 | 78.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 76 | 0.52 | 0 | 0.68 | 0.05 | 105.45 | 0.85 | 0.62 |
| Hex | 74 | F1 | 4C | 34 | 0 | 44 | 5 | 69 | 55 | 3E |
| Octal | 164 | 361 | 114 | 64 | 0 | 104 | 5 | 151 | 125 | 76 |
| Binary | 1110100 | 11110001 | 1001100 | 110100 | 0 | 1000100 | 101 | 1101001 | 1010101 | 111110 |
Color Harmonies of #74F14C
Complementary color
Monochromatic Colors of #74F14C
Black with #74F14C
Text Example
Text Example
White with #74F14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F14C; }
p { color: rgb(116,241,76); }
H1.HeaderClassName
{
color: #74F14C;
}
.AnyTagClassName
{
color: #74F14C;
}
</style>
background-color css
<style>
a { background-color: #74F14C; }
a { background-color: rgb(116,241,76); }
div.DivClassName
{
background-color: #74F14C;
}
.BgClassName
{
background-color: #74F14C;
}
</style>
border-color css
<style>
span { border-color: #74F14C; }
span { border-color: rgb(116,241,76); }
td.TdClassName
{
border-color: #74F14C;
}
.TagClassName
{
border-color: #74F14C;
}
</style>