Shades of Screamin' Green #74FC4D
Tints of Screamin' Green #74FC4D
RGB
CMYK
RGB Variations
Color information
#74FC4D (or 0x74FC4D) is known color: Screamin' Green. HEX triplet: 74, FC and 4D. RGB value is (116,252,77). Sum of RGB (Red+Green+Blue) = 116+252+77=445 (58% of max value = 765). Red value is 116 (45.70% from 255 or 26.07% from 445); Green value is 252 (98.83% from 255 or 56.63% from 445); Blue value is 77 (30.47% from 255 or 17.30% from 445); Max value from RGB is 252 - color contains mainly: green. Hex color #74FC4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FC4D is #8B03B2. Grayscale: #BFBFBF. Windows color (decimal): -9110451 or 5110900. OLE color: 5110900.
HSL color Cylindrical-coordinate representation of color #74FC4D: hue angle of 106.63º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #74FC4D is Cyan = 0.54, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 77 | - |
| CMYK | 0.54 | 0 | 0.69 | 0.01 |
| HSL | 106.63º | 0.97% | 0.65% | - |
| HSV(B) | 106.63º | 0.69% | 0.99% | - |
| XYZ | 43.35 | 73.87 | 18.99 | - |
| YUV | 191.39 | 63.44 | 74.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 77 | 0.54 | 0 | 0.69 | 0.01 | 106.63 | 0.97 | 0.65 |
| Hex | 74 | FC | 4D | 36 | 0 | 45 | 1 | 6B | 61 | 41 |
| Octal | 164 | 374 | 115 | 66 | 0 | 105 | 1 | 153 | 141 | 101 |
| Binary | 1110100 | 11111100 | 1001101 | 110110 | 0 | 1000101 | 1 | 1101011 | 1100001 | 1000001 |
Color Harmonies of #74FC4D
Complementary color
Monochromatic Colors of #74FC4D
Black with #74FC4D
Text Example
Text Example
White with #74FC4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FC4D; }
p { color: rgb(116,252,77); }
H1.HeaderClassName
{
color: #74FC4D;
}
.AnyTagClassName
{
color: #74FC4D;
}
</style>
background-color css
<style>
a { background-color: #74FC4D; }
a { background-color: rgb(116,252,77); }
div.DivClassName
{
background-color: #74FC4D;
}
.BgClassName
{
background-color: #74FC4D;
}
</style>
border-color css
<style>
span { border-color: #74FC4D; }
span { border-color: rgb(116,252,77); }
td.TdClassName
{
border-color: #74FC4D;
}
.TagClassName
{
border-color: #74FC4D;
}
</style>