Shades of Screamin' Green #74EC40
Tints of Screamin' Green #74EC40
RGB
CMYK
RGB Variations
Color information
#74EC40 (or 0x74EC40) is known color: Screamin' Green. HEX triplet: 74, EC and 40. RGB value is (116,236,64). Sum of RGB (Red+Green+Blue) = 116+236+64=416 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.88% from 416); Green value is 236 (92.58% from 255 or 56.73% from 416); Blue value is 64 (25.39% from 255 or 15.38% from 416); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EC40 is #8B13BF. Grayscale: #B5B5B5. Windows color (decimal): -9114560 or 4254836. OLE color: 4254836.
HSL color Cylindrical-coordinate representation of color #74EC40: hue angle of 101.86º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74EC40 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 64 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.07 |
| HSL | 101.86º | 0.82% | 0.59% | - |
| HSV(B) | 101.86º | 0.73% | 0.93% | - |
| XYZ | 38.12 | 64.07 | 15.21 | - |
| YUV | 180.51 | 62.24 | 81.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 64 | 0.51 | 0 | 0.73 | 0.07 | 101.86 | 0.82 | 0.59 |
| Hex | 74 | EC | 40 | 33 | 0 | 49 | 7 | 66 | 52 | 3B |
| Octal | 164 | 354 | 100 | 63 | 0 | 111 | 7 | 146 | 122 | 73 |
| Binary | 1110100 | 11101100 | 1000000 | 110011 | 0 | 1001001 | 111 | 1100110 | 1010010 | 111011 |
Color Harmonies of #74EC40
Complementary color
Monochromatic Colors of #74EC40
Black with #74EC40
Text Example
Text Example
White with #74EC40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC40; }
p { color: rgb(116,236,64); }
H1.HeaderClassName
{
color: #74EC40;
}
.AnyTagClassName
{
color: #74EC40;
}
</style>
background-color css
<style>
a { background-color: #74EC40; }
a { background-color: rgb(116,236,64); }
div.DivClassName
{
background-color: #74EC40;
}
.BgClassName
{
background-color: #74EC40;
}
</style>
border-color css
<style>
span { border-color: #74EC40; }
span { border-color: rgb(116,236,64); }
td.TdClassName
{
border-color: #74EC40;
}
.TagClassName
{
border-color: #74EC40;
}
</style>