Shades of Yellow Green #74E134
Tints of Yellow Green #74E134
RGB
CMYK
RGB Variations
Color information
#74E134 (or 0x74E134) is known color: Yellow Green. HEX triplet: 74, E1 and 34. RGB value is (116,225,52). Sum of RGB (Red+Green+Blue) = 116+225+52=393 (52% of max value = 765). Red value is 116 (45.70% from 255 or 29.52% from 393); Green value is 225 (88.28% from 255 or 57.25% from 393); Blue value is 52 (20.70% from 255 or 13.23% from 393); Max value from RGB is 225 - color contains mainly: green. Hex color #74E134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E134 is #8B1ECB. Grayscale: #ADADAD. Windows color (decimal): -9117388 or 3465588. OLE color: 3465588.
HSL color Cylindrical-coordinate representation of color #74E134: hue angle of 97.8º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74E134 is Cyan = 0.48, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 225 | 52 | - |
| CMYK | 0.48 | 0 | 0.77 | 0.12 |
| HSL | 97.8º | 0.74% | 0.54% | - |
| HSV(B) | 97.8º | 0.77% | 0.88% | - |
| XYZ | 34.75 | 57.81 | 12.58 | - |
| YUV | 172.69 | 59.89 | 87.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 225 | 52 | 0.48 | 0 | 0.77 | 0.12 | 97.8 | 0.74 | 0.54 |
| Hex | 74 | E1 | 34 | 30 | 0 | 4D | C | 62 | 4A | 36 |
| Octal | 164 | 341 | 64 | 60 | 0 | 115 | 14 | 142 | 112 | 66 |
| Binary | 1110100 | 11100001 | 110100 | 110000 | 0 | 1001101 | 1100 | 1100010 | 1001010 | 110110 |
Color Harmonies of #74E134
Complementary color
Monochromatic Colors of #74E134
Black with #74E134
Text Example
Text Example
White with #74E134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E134; }
p { color: rgb(116,225,52); }
H1.HeaderClassName
{
color: #74E134;
}
.AnyTagClassName
{
color: #74E134;
}
</style>
background-color css
<style>
a { background-color: #74E134; }
a { background-color: rgb(116,225,52); }
div.DivClassName
{
background-color: #74E134;
}
.BgClassName
{
background-color: #74E134;
}
</style>
border-color css
<style>
span { border-color: #74E134; }
span { border-color: rgb(116,225,52); }
td.TdClassName
{
border-color: #74E134;
}
.TagClassName
{
border-color: #74E134;
}
</style>