Shades of Screamin' Green #74FF4D
Tints of Screamin' Green #74FF4D
RGB
CMYK
RGB Variations
Color information
#74FF4D (or 0x74FF4D) is known color: Screamin' Green. HEX triplet: 74, FF and 4D. RGB value is (116,255,77). Sum of RGB (Red+Green+Blue) = 116+255+77=448 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.89% from 448); Green value is 255 (100% from 255 or 56.92% from 448); Blue value is 77 (30.47% from 255 or 17.19% from 448); Max value from RGB is 255 - color contains mainly: green. Hex color #74FF4D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74FF4D is #8B00B2. Grayscale: #C1C1C1. Windows color (decimal): -9109683 or 5111668. OLE color: 5111668.
HSL color Cylindrical-coordinate representation of color #74FF4D: hue angle of 106.85º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74FF4D is Cyan = 0.55, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 77 | - |
| CMYK | 0.55 | 0 | 0.70 | 0 |
| HSL | 106.85º | 1% | 0.65% | - |
| HSV(B) | 106.85º | 0.7% | 1% | - |
| XYZ | 44.3 | 75.77 | 19.31 | - |
| YUV | 193.15 | 62.45 | 72.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 77 | 0.55 | 0 | 0.70 | 0 | 106.85 | 1 | 0.65 |
| Hex | 74 | FF | 4D | 37 | 0 | 46 | 0 | 6B | 64 | 41 |
| Octal | 164 | 377 | 115 | 67 | 0 | 106 | 0 | 153 | 144 | 101 |
| Binary | 1110100 | 11111111 | 1001101 | 110111 | 0 | 1000110 | 0 | 1101011 | 1100100 | 1000001 |
Color Harmonies of #74FF4D
Complementary color
Monochromatic Colors of #74FF4D
Black with #74FF4D
Text Example
Text Example
White with #74FF4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FF4D; }
p { color: rgb(116,255,77); }
H1.HeaderClassName
{
color: #74FF4D;
}
.AnyTagClassName
{
color: #74FF4D;
}
</style>
background-color css
<style>
a { background-color: #74FF4D; }
a { background-color: rgb(116,255,77); }
div.DivClassName
{
background-color: #74FF4D;
}
.BgClassName
{
background-color: #74FF4D;
}
</style>
border-color css
<style>
span { border-color: #74FF4D; }
span { border-color: rgb(116,255,77); }
td.TdClassName
{
border-color: #74FF4D;
}
.TagClassName
{
border-color: #74FF4D;
}
</style>