Shades of Screamin' Green #74EF40
Tints of Screamin' Green #74EF40
RGB
CMYK
RGB Variations
Color information
#74EF40 (or 0x74EF40) is known color: Screamin' Green. HEX triplet: 74, EF and 40. RGB value is (116,239,64). Sum of RGB (Red+Green+Blue) = 116+239+64=419 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.68% from 419); Green value is 239 (93.75% from 255 or 57.04% from 419); Blue value is 64 (25.39% from 255 or 15.27% from 419); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #74EF40 is #8B10BF. Grayscale: #B6B6B6. Windows color (decimal): -9113792 or 4255604. OLE color: 4255604.
HSL color Cylindrical-coordinate representation of color #74EF40: hue angle of 102.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #74EF40 is Cyan = 0.51, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 64 | - |
| CMYK | 0.51 | 0 | 0.73 | 0.06 |
| HSL | 102.17º | 0.85% | 0.59% | - |
| HSV(B) | 102.17º | 0.73% | 0.94% | - |
| XYZ | 38.99 | 65.82 | 15.5 | - |
| YUV | 182.27 | 61.25 | 80.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 64 | 0.51 | 0 | 0.73 | 0.06 | 102.17 | 0.85 | 0.59 |
| Hex | 74 | EF | 40 | 33 | 0 | 49 | 6 | 66 | 55 | 3B |
| Octal | 164 | 357 | 100 | 63 | 0 | 111 | 6 | 146 | 125 | 73 |
| Binary | 1110100 | 11101111 | 1000000 | 110011 | 0 | 1001001 | 110 | 1100110 | 1010101 | 111011 |
Color Harmonies of #74EF40
Complementary color
Monochromatic Colors of #74EF40
Black with #74EF40
Text Example
Text Example
White with #74EF40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EF40; }
p { color: rgb(116,239,64); }
H1.HeaderClassName
{
color: #74EF40;
}
.AnyTagClassName
{
color: #74EF40;
}
</style>
background-color css
<style>
a { background-color: #74EF40; }
a { background-color: rgb(116,239,64); }
div.DivClassName
{
background-color: #74EF40;
}
.BgClassName
{
background-color: #74EF40;
}
</style>
border-color css
<style>
span { border-color: #74EF40; }
span { border-color: rgb(116,239,64); }
td.TdClassName
{
border-color: #74EF40;
}
.TagClassName
{
border-color: #74EF40;
}
</style>