Shades of Yellow Green #74E32C
Tints of Yellow Green #74E32C
RGB
CMYK
RGB Variations
Color information
#74E32C (or 0x74E32C) is known color: Yellow Green. HEX triplet: 74, E3 and 2C. RGB value is (116,227,44). Sum of RGB (Red+Green+Blue) = 116+227+44=387 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.97% from 387); Green value is 227 (89.06% from 255 or 58.66% from 387); Blue value is 44 (17.58% from 255 or 11.37% from 387); Max value from RGB is 227 - color contains mainly: green. Hex color #74E32C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E32C is #8B1CD3. Grayscale: #ADADAD. Windows color (decimal): -9116884 or 2941812. OLE color: 2941812.
HSL color Cylindrical-coordinate representation of color #74E32C: hue angle of 96.39º degrees, saturation: 0.77, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74E32C is Cyan = 0.49, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 44 | - |
| CMYK | 0.49 | 0 | 0.81 | 0.11 |
| HSL | 96.39º | 0.77% | 0.53% | - |
| HSV(B) | 96.39º | 0.81% | 0.89% | - |
| XYZ | 35.13 | 58.83 | 11.89 | - |
| YUV | 172.95 | 55.23 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 44 | 0.49 | 0 | 0.81 | 0.11 | 96.39 | 0.77 | 0.53 |
| Hex | 74 | E3 | 2C | 31 | 0 | 51 | B | 60 | 4D | 35 |
| Octal | 164 | 343 | 54 | 61 | 0 | 121 | 13 | 140 | 115 | 65 |
| Binary | 1110100 | 11100011 | 101100 | 110001 | 0 | 1010001 | 1011 | 1100000 | 1001101 | 110101 |
Color Harmonies of #74E32C
Complementary color
Monochromatic Colors of #74E32C
Black with #74E32C
Text Example
Text Example
White with #74E32C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E32C; }
p { color: rgb(116,227,44); }
H1.HeaderClassName
{
color: #74E32C;
}
.AnyTagClassName
{
color: #74E32C;
}
</style>
background-color css
<style>
a { background-color: #74E32C; }
a { background-color: rgb(116,227,44); }
div.DivClassName
{
background-color: #74E32C;
}
.BgClassName
{
background-color: #74E32C;
}
</style>
border-color css
<style>
span { border-color: #74E32C; }
span { border-color: rgb(116,227,44); }
td.TdClassName
{
border-color: #74E32C;
}
.TagClassName
{
border-color: #74E32C;
}
</style>