Shades of Screamin' Green #74EF60
Tints of Screamin' Green #74EF60
RGB
CMYK
RGB Variations
Color information
#74EF60 (or 0x74EF60) is known color: Screamin' Green. HEX triplet: 74, EF and 60. RGB value is (116,239,96). Sum of RGB (Red+Green+Blue) = 116+239+96=451 (59% of max value = 765). Red value is 116 (45.70% from 255 or 25.72% from 451); Green value is 239 (93.75% from 255 or 52.99% from 451); Blue value is 96 (37.89% from 255 or 21.29% from 451); Max value from RGB is 239 - color contains mainly: green. Hex color #74EF60 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EF60 is #8B109F. Grayscale: #BABABA. Windows color (decimal): -9113760 or 6352756. OLE color: 6352756.
HSL color Cylindrical-coordinate representation of color #74EF60: hue angle of 111.61º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #74EF60 is Cyan = 0.51, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 239 | 96 | - |
| CMYK | 0.51 | 0 | 0.60 | 0.06 |
| HSL | 111.61º | 0.82% | 0.66% | - |
| HSV(B) | 111.61º | 0.6% | 0.94% | - |
| XYZ | 40.18 | 66.29 | 21.74 | - |
| YUV | 185.92 | 77.25 | 78.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 239 | 96 | 0.51 | 0 | 0.60 | 0.06 | 111.61 | 0.82 | 0.66 |
| Hex | 74 | EF | 60 | 33 | 0 | 3C | 6 | 70 | 52 | 42 |
| Octal | 164 | 357 | 140 | 63 | 0 | 74 | 6 | 160 | 122 | 102 |
| Binary | 1110100 | 11101111 | 1100000 | 110011 | 0 | 111100 | 110 | 1110000 | 1010010 | 1000010 |
Color Harmonies of #74EF60
Complementary color
Monochromatic Colors of #74EF60
Black with #74EF60
Text Example
Text Example
White with #74EF60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EF60; }
p { color: rgb(116,239,96); }
H1.HeaderClassName
{
color: #74EF60;
}
.AnyTagClassName
{
color: #74EF60;
}
</style>
background-color css
<style>
a { background-color: #74EF60; }
a { background-color: rgb(116,239,96); }
div.DivClassName
{
background-color: #74EF60;
}
.BgClassName
{
background-color: #74EF60;
}
</style>
border-color css
<style>
span { border-color: #74EF60; }
span { border-color: rgb(116,239,96); }
td.TdClassName
{
border-color: #74EF60;
}
.TagClassName
{
border-color: #74EF60;
}
</style>