Shades of Screamin' Green #74ED5D
Tints of Screamin' Green #74ED5D
RGB
CMYK
RGB Variations
Color information
#74ED5D (or 0x74ED5D) is known color: Screamin' Green. HEX triplet: 74, ED and 5D. RGB value is (116,237,93). Sum of RGB (Red+Green+Blue) = 116+237+93=446 (59% of max value = 765). Red value is 116 (45.70% from 255 or 26.01% from 446); Green value is 237 (92.97% from 255 or 53.14% from 446); Blue value is 93 (36.72% from 255 or 20.85% from 446); Max value from RGB is 237 - color contains mainly: green. Hex color #74ED5D is not a web safe color. Web safe color analog (approx): #66FF66. Inversed color of #74ED5D is #8B12A2. Grayscale: #B8B8B8. Windows color (decimal): -9114275 or 6155636. OLE color: 6155636.
HSL color Cylindrical-coordinate representation of color #74ED5D: hue angle of 110.42º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #74ED5D is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 116 | 237 | 93 | - |
| CMYK | 0.51 | 0 | 0.61 | 0.07 |
| HSL | 110.42º | 0.8% | 0.65% | - |
| HSV(B) | 110.42º | 0.61% | 0.93% | - |
| XYZ | 39.46 | 65.07 | 20.84 | - |
| YUV | 184.41 | 76.41 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 237 | 93 | 0.51 | 0 | 0.61 | 0.07 | 110.42 | 0.8 | 0.65 |
| Hex | 74 | ED | 5D | 33 | 0 | 3D | 7 | 6E | 50 | 41 |
| Octal | 164 | 355 | 135 | 63 | 0 | 75 | 7 | 156 | 120 | 101 |
| Binary | 1110100 | 11101101 | 1011101 | 110011 | 0 | 111101 | 111 | 1101110 | 1010000 | 1000001 |
Color Harmonies of #74ED5D
Complementary color
Monochromatic Colors of #74ED5D
Black with #74ED5D
Text Example
Text Example
White with #74ED5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74ED5D; }
p { color: rgb(116,237,93); }
H1.HeaderClassName
{
color: #74ED5D;
}
.AnyTagClassName
{
color: #74ED5D;
}
</style>
background-color css
<style>
a { background-color: #74ED5D; }
a { background-color: rgb(116,237,93); }
div.DivClassName
{
background-color: #74ED5D;
}
.BgClassName
{
background-color: #74ED5D;
}
</style>
border-color css
<style>
span { border-color: #74ED5D; }
span { border-color: rgb(116,237,93); }
td.TdClassName
{
border-color: #74ED5D;
}
.TagClassName
{
border-color: #74ED5D;
}
</style>