Shades of Yellow Green #74D829
Tints of Yellow Green #74D829
RGB
CMYK
RGB Variations
Color information
#74D829 (or 0x74D829) is known color: Yellow Green. HEX triplet: 74, D8 and 29. RGB value is (116,216,41). Sum of RGB (Red+Green+Blue) = 116+216+41=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 216 (84.77% from 255 or 57.91% from 373); Blue value is 41 (16.41% from 255 or 10.99% from 373); Max value from RGB is 216 - color contains mainly: green. Hex color #74D829 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D829 is #8B27D6. Grayscale: #A6A6A6. Windows color (decimal): -9119703 or 2742388. OLE color: 2742388.
HSL color Cylindrical-coordinate representation of color #74D829: hue angle of 94.29º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #74D829 is Cyan = 0.46, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 216 | 41 | - |
| CMYK | 0.46 | 0 | 0.81 | 0.15 |
| HSL | 94.29º | 0.69% | 0.5% | - |
| HSV(B) | 94.29º | 0.81% | 0.85% | - |
| XYZ | 32.16 | 52.98 | 10.63 | - |
| YUV | 166.15 | 57.37 | 92.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 216 | 41 | 0.46 | 0 | 0.81 | 0.15 | 94.29 | 0.69 | 0.5 |
| Hex | 74 | D8 | 29 | 2E | 0 | 51 | F | 5E | 45 | 32 |
| Octal | 164 | 330 | 51 | 56 | 0 | 121 | 17 | 136 | 105 | 62 |
| Binary | 1110100 | 11011000 | 101001 | 101110 | 0 | 1010001 | 1111 | 1011110 | 1000101 | 110010 |
Color Harmonies of #74D829
Complementary color
Monochromatic Colors of #74D829
Black with #74D829
Text Example
Text Example
White with #74D829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D829; }
p { color: rgb(116,216,41); }
H1.HeaderClassName
{
color: #74D829;
}
.AnyTagClassName
{
color: #74D829;
}
</style>
background-color css
<style>
a { background-color: #74D829; }
a { background-color: rgb(116,216,41); }
div.DivClassName
{
background-color: #74D829;
}
.BgClassName
{
background-color: #74D829;
}
</style>
border-color css
<style>
span { border-color: #74D829; }
span { border-color: rgb(116,216,41); }
td.TdClassName
{
border-color: #74D829;
}
.TagClassName
{
border-color: #74D829;
}
</style>