Shades of Yellow Green #74D42B
Tints of Yellow Green #74D42B
RGB
CMYK
RGB Variations
Color information
#74D42B (or 0x74D42B) is known color: Yellow Green. HEX triplet: 74, D4 and 2B. RGB value is (116,212,43). Sum of RGB (Red+Green+Blue) = 116+212+43=371 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.27% from 371); Green value is 212 (83.20% from 255 or 57.14% from 371); Blue value is 43 (17.19% from 255 or 11.59% from 371); Max value from RGB is 212 - color contains mainly: green. Hex color #74D42B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D42B is #8B2BD4. Grayscale: #A4A4A4. Windows color (decimal): -9120725 or 2872436. OLE color: 2872436.
HSL color Cylindrical-coordinate representation of color #74D42B: hue angle of 94.08º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74D42B is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 116 | 212 | 43 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.17 |
| HSL | 94.08º | 0.66% | 0.5% | - |
| HSV(B) | 94.08º | 0.8% | 0.83% | - |
| XYZ | 31.18 | 50.97 | 10.48 | - |
| YUV | 164.03 | 59.7 | 93.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 212 | 43 | 0.45 | 0 | 0.80 | 0.17 | 94.08 | 0.66 | 0.5 |
| Hex | 74 | D4 | 2B | 2D | 0 | 50 | 11 | 5E | 42 | 32 |
| Octal | 164 | 324 | 53 | 55 | 0 | 120 | 21 | 136 | 102 | 62 |
| Binary | 1110100 | 11010100 | 101011 | 101101 | 0 | 1010000 | 10001 | 1011110 | 1000010 | 110010 |
Color Harmonies of #74D42B
Complementary color
Monochromatic Colors of #74D42B
Black with #74D42B
Text Example
Text Example
White with #74D42B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D42B; }
p { color: rgb(116,212,43); }
H1.HeaderClassName
{
color: #74D42B;
}
.AnyTagClassName
{
color: #74D42B;
}
</style>
background-color css
<style>
a { background-color: #74D42B; }
a { background-color: rgb(116,212,43); }
div.DivClassName
{
background-color: #74D42B;
}
.BgClassName
{
background-color: #74D42B;
}
</style>
border-color css
<style>
span { border-color: #74D42B; }
span { border-color: rgb(116,212,43); }
td.TdClassName
{
border-color: #74D42B;
}
.TagClassName
{
border-color: #74D42B;
}
</style>