Shades of Screamin' Green #74FB4D
Tints of Screamin' Green #74FB4D
RGB
CMYK
RGB Variations
Color information
#74FB4D (or 0x74FB4D) is known color: Screamin' Green. HEX triplet: 74, FB and 4D. RGB value is (116,251,77). Sum of RGB (Red+Green+Blue) = 116+251+77=444 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.13% from 444); Green value is 251 (98.44% from 255 or 56.53% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 251 - color contains mainly: green. Hex color #74FB4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FB4D is #8B04B2. Grayscale: #BFBFBF. Windows color (decimal): -9110707 or 5110644. OLE color: 5110644.
HSL color Cylindrical-coordinate representation of color #74FB4D: hue angle of 106.55º degrees, saturation: 0.96, 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 #74FB4D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 251 | 77 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.02 |
| HSL | 106.55º | 0.96% | 0.64% | - |
| HSV(B) | 106.55º | 0.69% | 0.98% | - |
| XYZ | 43.04 | 73.24 | 18.89 | - |
| YUV | 190.8 | 63.77 | 74.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 251 | 77 | 0.54 | 0 | 0.69 | 0.02 | 106.55 | 0.96 | 0.64 |
| Hex | 74 | FB | 4D | 36 | 0 | 45 | 2 | 6B | 60 | 40 |
| Octal | 164 | 373 | 115 | 66 | 0 | 105 | 2 | 153 | 140 | 100 |
| Binary | 1110100 | 11111011 | 1001101 | 110110 | 0 | 1000101 | 10 | 1101011 | 1100000 | 1000000 |
Color Harmonies of #74FB4D
Complementary color
Monochromatic Colors of #74FB4D
Black with #74FB4D
Text Example
Text Example
White with #74FB4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FB4D; }
p { color: rgb(116,251,77); }
H1.HeaderClassName
{
color: #74FB4D;
}
.AnyTagClassName
{
color: #74FB4D;
}
</style>
background-color css
<style>
a { background-color: #74FB4D; }
a { background-color: rgb(116,251,77); }
div.DivClassName
{
background-color: #74FB4D;
}
.BgClassName
{
background-color: #74FB4D;
}
</style>
border-color css
<style>
span { border-color: #74FB4D; }
span { border-color: rgb(116,251,77); }
td.TdClassName
{
border-color: #74FB4D;
}
.TagClassName
{
border-color: #74FB4D;
}
</style>