Shades of Yellow Green #74D729
Tints of Yellow Green #74D729
RGB
CMYK
RGB Variations
Color information
#74D729 (or 0x74D729) is known color: Yellow Green. HEX triplet: 74, D7 and 29. RGB value is (116,215,41). Sum of RGB (Red+Green+Blue) = 116+215+41=372 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.18% from 372); Green value is 215 (84.38% from 255 or 57.80% from 372); Blue value is 41 (16.41% from 255 or 11.02% from 372); Max value from RGB is 215 - color contains mainly: green. Hex color #74D729 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D729 is #8B28D6. Grayscale: #A6A6A6. Windows color (decimal): -9119959 or 2742132. OLE color: 2742132.
HSL color Cylindrical-coordinate representation of color #74D729: hue angle of 94.14º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74D729 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 41 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.16 |
| HSL | 94.14º | 0.69% | 0.5% | - |
| HSV(B) | 94.14º | 0.81% | 0.84% | - |
| XYZ | 31.9 | 52.47 | 10.54 | - |
| YUV | 165.56 | 57.7 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 41 | 0.46 | 0 | 0.81 | 0.16 | 94.14 | 0.69 | 0.5 |
| Hex | 74 | D7 | 29 | 2E | 0 | 51 | 10 | 5E | 45 | 32 |
| Octal | 164 | 327 | 51 | 56 | 0 | 121 | 20 | 136 | 105 | 62 |
| Binary | 1110100 | 11010111 | 101001 | 101110 | 0 | 1010001 | 10000 | 1011110 | 1000101 | 110010 |
Color Harmonies of #74D729
Complementary color
Monochromatic Colors of #74D729
Black with #74D729
Text Example
Text Example
White with #74D729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D729; }
p { color: rgb(116,215,41); }
H1.HeaderClassName
{
color: #74D729;
}
.AnyTagClassName
{
color: #74D729;
}
</style>
background-color css
<style>
a { background-color: #74D729; }
a { background-color: rgb(116,215,41); }
div.DivClassName
{
background-color: #74D729;
}
.BgClassName
{
background-color: #74D729;
}
</style>
border-color css
<style>
span { border-color: #74D729; }
span { border-color: rgb(116,215,41); }
td.TdClassName
{
border-color: #74D729;
}
.TagClassName
{
border-color: #74D729;
}
</style>