Shades of Screamin' Green #74EC51
Tints of Screamin' Green #74EC51
RGB
CMYK
RGB Variations
Color information
#74EC51 (or 0x74EC51) is known color: Screamin' Green. HEX triplet: 74, EC and 51. RGB value is (116,236,81). Sum of RGB (Red+Green+Blue) = 116+236+81=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 236 (92.58% from 255 or 54.50% from 433); Blue value is 81 (32.03% from 255 or 18.71% from 433); Max value from RGB is 236 - color contains mainly: green. Hex color #74EC51 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74EC51 is #8B13AE. Grayscale: #B6B6B6. Windows color (decimal): -9114543 or 5368948. OLE color: 5368948.
HSL color Cylindrical-coordinate representation of color #74EC51: hue angle of 106.45º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74EC51 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 236 | 81 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.07 |
| HSL | 106.45º | 0.8% | 0.62% | - |
| HSV(B) | 106.45º | 0.66% | 0.93% | - |
| XYZ | 38.68 | 64.3 | 18.16 | - |
| YUV | 182.45 | 70.74 | 80.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 236 | 81 | 0.51 | 0 | 0.66 | 0.07 | 106.45 | 0.8 | 0.62 |
| Hex | 74 | EC | 51 | 33 | 0 | 42 | 7 | 6A | 50 | 3E |
| Octal | 164 | 354 | 121 | 63 | 0 | 102 | 7 | 152 | 120 | 76 |
| Binary | 1110100 | 11101100 | 1010001 | 110011 | 0 | 1000010 | 111 | 1101010 | 1010000 | 111110 |
Color Harmonies of #74EC51
Complementary color
Monochromatic Colors of #74EC51
Black with #74EC51
Text Example
Text Example
White with #74EC51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74EC51; }
p { color: rgb(116,236,81); }
H1.HeaderClassName
{
color: #74EC51;
}
.AnyTagClassName
{
color: #74EC51;
}
</style>
background-color css
<style>
a { background-color: #74EC51; }
a { background-color: rgb(116,236,81); }
div.DivClassName
{
background-color: #74EC51;
}
.BgClassName
{
background-color: #74EC51;
}
</style>
border-color css
<style>
span { border-color: #74EC51; }
span { border-color: rgb(116,236,81); }
td.TdClassName
{
border-color: #74EC51;
}
.TagClassName
{
border-color: #74EC51;
}
</style>