Shades of Yellow Green #74D52A
Tints of Yellow Green #74D52A
RGB
CMYK
RGB Variations
Color information
#74D52A (or 0x74D52A) is known color: Yellow Green. HEX triplet: 74, D5 and 2A. RGB value is (116,213,42). Sum of RGB (Red+Green+Blue) = 116+213+42=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 213 (83.59% from 255 or 57.41% from 371); Blue value is 42 (16.80% from 255 or 11.32% from 371); Max value from RGB is 213 - color contains mainly: green. Hex color #74D52A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D52A is #8B2AD5. Grayscale: #A5A5A5. Windows color (decimal): -9120470 or 2807156. OLE color: 2807156.
HSL color Cylindrical-coordinate representation of color #74D52A: hue angle of 94.04º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74D52A is Cyan = 0.46, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 116 | 213 | 42 | - |
| CMYK | 0.46 | 0 | 0.80 | 0.16 |
| HSL | 94.04º | 0.67% | 0.5% | - |
| HSV(B) | 94.04º | 0.8% | 0.84% | - |
| XYZ | 31.41 | 51.47 | 10.47 | - |
| YUV | 164.5 | 58.86 | 93.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 213 | 42 | 0.46 | 0 | 0.80 | 0.16 | 94.04 | 0.67 | 0.5 |
| Hex | 74 | D5 | 2A | 2E | 0 | 50 | 10 | 5E | 43 | 32 |
| Octal | 164 | 325 | 52 | 56 | 0 | 120 | 20 | 136 | 103 | 62 |
| Binary | 1110100 | 11010101 | 101010 | 101110 | 0 | 1010000 | 10000 | 1011110 | 1000011 | 110010 |
Color Harmonies of #74D52A
Complementary color
Monochromatic Colors of #74D52A
Black with #74D52A
Text Example
Text Example
White with #74D52A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D52A; }
p { color: rgb(116,213,42); }
H1.HeaderClassName
{
color: #74D52A;
}
.AnyTagClassName
{
color: #74D52A;
}
</style>
background-color css
<style>
a { background-color: #74D52A; }
a { background-color: rgb(116,213,42); }
div.DivClassName
{
background-color: #74D52A;
}
.BgClassName
{
background-color: #74D52A;
}
</style>
border-color css
<style>
span { border-color: #74D52A; }
span { border-color: rgb(116,213,42); }
td.TdClassName
{
border-color: #74D52A;
}
.TagClassName
{
border-color: #74D52A;
}
</style>