Shades of Screamin' Green #74ED50
Tints of Screamin' Green #74ED50
RGB
CMYK
RGB Variations
Color information
#74ED50 (or 0x74ED50) is known color: Screamin' Green. HEX triplet: 74, ED and 50. RGB value is (116,237,80). Sum of RGB (Red+Green+Blue) = 116+237+80=433 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.79% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED50 is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74ED50 is #8B12AF. Grayscale: #B7B7B7. Windows color (decimal): -9114288 or 5303668. OLE color: 5303668.
HSL color Cylindrical-coordinate representation of color #74ED50: hue angle of 106.24º degrees, saturation: 0.81, 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 #74ED50 is Cyan = 0.51, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 80 | - |
| CMYK | 0.51 | 0 | 0.66 | 0.07 |
| HSL | 106.24º | 0.81% | 0.62% | - |
| HSV(B) | 106.24º | 0.66% | 0.93% | - |
| XYZ | 38.93 | 64.86 | 18.06 | - |
| YUV | 182.92 | 69.91 | 80.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 80 | 0.51 | 0 | 0.66 | 0.07 | 106.24 | 0.81 | 0.62 |
| Hex | 74 | ED | 50 | 33 | 0 | 42 | 7 | 6A | 51 | 3E |
| Octal | 164 | 355 | 120 | 63 | 0 | 102 | 7 | 152 | 121 | 76 |
| Binary | 1110100 | 11101101 | 1010000 | 110011 | 0 | 1000010 | 111 | 1101010 | 1010001 | 111110 |
Color Harmonies of #74ED50
Complementary color
Monochromatic Colors of #74ED50
Black with #74ED50
Text Example
Text Example
White with #74ED50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED50; }
p { color: rgb(116,237,80); }
H1.HeaderClassName
{
color: #74ED50;
}
.AnyTagClassName
{
color: #74ED50;
}
</style>
background-color css
<style>
a { background-color: #74ED50; }
a { background-color: rgb(116,237,80); }
div.DivClassName
{
background-color: #74ED50;
}
.BgClassName
{
background-color: #74ED50;
}
</style>
border-color css
<style>
span { border-color: #74ED50; }
span { border-color: rgb(116,237,80); }
td.TdClassName
{
border-color: #74ED50;
}
.TagClassName
{
border-color: #74ED50;
}
</style>