Shades of Screamin' Green #74EB41
Tints of Screamin' Green #74EB41
RGB
CMYK
RGB Variations
Color information
#74EB41 (or 0x74EB41) is known color: Screamin' Green. HEX triplet: 74, EB and 41. RGB value is (116,235,65). Sum of RGB (Red+Green+Blue) = 116+235+65=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 235 (92.19% from 255 or 56.49% from 416); Blue value is 65 (25.78% from 255 or 15.62% from 416); Max value from RGB is 235 - color contains mainly: green. Hex color #74EB41 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EB41 is #8B14BE. Grayscale: #B4B4B4. Windows color (decimal): -9114815 or 4320116. OLE color: 4320116.
HSL color Cylindrical-coordinate representation of color #74EB41: hue angle of 102º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #74EB41 is Cyan = 0.51, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 116 | 235 | 65 | - |
| CMYK | 0.51 | 0 | 0.72 | 0.08 |
| HSL | 102º | 0.81% | 0.59% | - |
| HSV(B) | 102º | 0.72% | 0.92% | - |
| XYZ | 37.86 | 63.51 | 15.26 | - |
| YUV | 180.04 | 63.08 | 82.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 235 | 65 | 0.51 | 0 | 0.72 | 0.08 | 102 | 0.81 | 0.59 |
| Hex | 74 | EB | 41 | 33 | 0 | 48 | 8 | 66 | 51 | 3B |
| Octal | 164 | 353 | 101 | 63 | 0 | 110 | 10 | 146 | 121 | 73 |
| Binary | 1110100 | 11101011 | 1000001 | 110011 | 0 | 1001000 | 1000 | 1100110 | 1010001 | 111011 |
Color Harmonies of #74EB41
Complementary color
Monochromatic Colors of #74EB41
Black with #74EB41
Text Example
Text Example
White with #74EB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EB41; }
p { color: rgb(116,235,65); }
H1.HeaderClassName
{
color: #74EB41;
}
.AnyTagClassName
{
color: #74EB41;
}
</style>
background-color css
<style>
a { background-color: #74EB41; }
a { background-color: rgb(116,235,65); }
div.DivClassName
{
background-color: #74EB41;
}
.BgClassName
{
background-color: #74EB41;
}
</style>
border-color css
<style>
span { border-color: #74EB41; }
span { border-color: rgb(116,235,65); }
td.TdClassName
{
border-color: #74EB41;
}
.TagClassName
{
border-color: #74EB41;
}
</style>