Shades of Yellow Green #74D732
Tints of Yellow Green #74D732
RGB
CMYK
RGB Variations
Color information
#74D732 (or 0x74D732) is known color: Yellow Green. HEX triplet: 74, D7 and 32. RGB value is (116,215,50). Sum of RGB (Red+Green+Blue) = 116+215+50=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 215 (84.38% from 255 or 56.43% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 215 - color contains mainly: green. Hex color #74D732 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D732 is #8B28CD. Grayscale: #A7A7A7. Windows color (decimal): -9119950 or 3331956. OLE color: 3331956.
HSL color Cylindrical-coordinate representation of color #74D732: hue angle of 96º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74D732 is Cyan = 0.46, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 50 | - |
| CMYK | 0.46 | 0 | 0.77 | 0.16 |
| HSL | 96º | 0.67% | 0.52% | - |
| HSV(B) | 96º | 0.77% | 0.84% | - |
| XYZ | 32.08 | 52.54 | 11.47 | - |
| YUV | 166.59 | 62.2 | 91.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 50 | 0.46 | 0 | 0.77 | 0.16 | 96 | 0.67 | 0.52 |
| Hex | 74 | D7 | 32 | 2E | 0 | 4D | 10 | 60 | 43 | 34 |
| Octal | 164 | 327 | 62 | 56 | 0 | 115 | 20 | 140 | 103 | 64 |
| Binary | 1110100 | 11010111 | 110010 | 101110 | 0 | 1001101 | 10000 | 1100000 | 1000011 | 110100 |
Color Harmonies of #74D732
Complementary color
Monochromatic Colors of #74D732
Black with #74D732
Text Example
Text Example
White with #74D732
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D732; }
p { color: rgb(116,215,50); }
H1.HeaderClassName
{
color: #74D732;
}
.AnyTagClassName
{
color: #74D732;
}
</style>
background-color css
<style>
a { background-color: #74D732; }
a { background-color: rgb(116,215,50); }
div.DivClassName
{
background-color: #74D732;
}
.BgClassName
{
background-color: #74D732;
}
</style>
border-color css
<style>
span { border-color: #74D732; }
span { border-color: rgb(116,215,50); }
td.TdClassName
{
border-color: #74D732;
}
.TagClassName
{
border-color: #74D732;
}
</style>