Shades of Yellow Green #74D730
Tints of Yellow Green #74D730
RGB
CMYK
RGB Variations
Color information
#74D730 (or 0x74D730) is known color: Yellow Green. HEX triplet: 74, D7 and 30. RGB value is (116,215,48). Sum of RGB (Red+Green+Blue) = 116+215+48=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 215 (84.38% from 255 or 56.73% from 379); Blue value is 48 (19.14% from 255 or 12.66% from 379); Max value from RGB is 215 - color contains mainly: green. Hex color #74D730 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D730 is #8B28CF. Grayscale: #A6A6A6. Windows color (decimal): -9119952 or 3200884. OLE color: 3200884.
HSL color Cylindrical-coordinate representation of color #74D730: hue angle of 95.57º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74D730 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 215 | 48 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.16 |
| HSL | 95.57º | 0.68% | 0.52% | - |
| HSV(B) | 95.57º | 0.78% | 0.84% | - |
| XYZ | 32.04 | 52.53 | 11.25 | - |
| YUV | 166.36 | 61.2 | 92.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 215 | 48 | 0.46 | 0 | 0.78 | 0.16 | 95.57 | 0.68 | 0.52 |
| Hex | 74 | D7 | 30 | 2E | 0 | 4E | 10 | 60 | 44 | 34 |
| Octal | 164 | 327 | 60 | 56 | 0 | 116 | 20 | 140 | 104 | 64 |
| Binary | 1110100 | 11010111 | 110000 | 101110 | 0 | 1001110 | 10000 | 1100000 | 1000100 | 110100 |
Color Harmonies of #74D730
Complementary color
Monochromatic Colors of #74D730
Black with #74D730
Text Example
Text Example
White with #74D730
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D730; }
p { color: rgb(116,215,48); }
H1.HeaderClassName
{
color: #74D730;
}
.AnyTagClassName
{
color: #74D730;
}
</style>
background-color css
<style>
a { background-color: #74D730; }
a { background-color: rgb(116,215,48); }
div.DivClassName
{
background-color: #74D730;
}
.BgClassName
{
background-color: #74D730;
}
</style>
border-color css
<style>
span { border-color: #74D730; }
span { border-color: rgb(116,215,48); }
td.TdClassName
{
border-color: #74D730;
}
.TagClassName
{
border-color: #74D730;
}
</style>