Shades of Yellow Green #74D22F
Tints of Yellow Green #74D22F
RGB
CMYK
RGB Variations
Color information
#74D22F (or 0x74D22F) is known color: Yellow Green. HEX triplet: 74, D2 and 2F. RGB value is (116,210,47). Sum of RGB (Red+Green+Blue) = 116+210+47=373 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.10% from 373); Green value is 210 (82.42% from 255 or 56.30% from 373); Blue value is 47 (18.75% from 255 or 12.60% from 373); Max value from RGB is 210 - color contains mainly: green. Hex color #74D22F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74D22F is #8B2DD0. Grayscale: #A3A3A3. Windows color (decimal): -9121233 or 3134068. OLE color: 3134068.
HSL color Cylindrical-coordinate representation of color #74D22F: hue angle of 94.6º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74D22F is Cyan = 0.45, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 116 | 210 | 47 | - |
| CMYK | 0.45 | 0 | 0.78 | 0.18 |
| HSL | 94.6º | 0.64% | 0.5% | - |
| HSV(B) | 94.6º | 0.78% | 0.82% | - |
| XYZ | 30.76 | 50.01 | 10.72 | - |
| YUV | 163.31 | 62.36 | 94.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 210 | 47 | 0.45 | 0 | 0.78 | 0.18 | 94.6 | 0.64 | 0.5 |
| Hex | 74 | D2 | 2F | 2D | 0 | 4E | 12 | 5F | 40 | 32 |
| Octal | 164 | 322 | 57 | 55 | 0 | 116 | 22 | 137 | 100 | 62 |
| Binary | 1110100 | 11010010 | 101111 | 101101 | 0 | 1001110 | 10010 | 1011111 | 1000000 | 110010 |
Color Harmonies of #74D22F
Complementary color
Monochromatic Colors of #74D22F
Black with #74D22F
Text Example
Text Example
White with #74D22F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74D22F; }
p { color: rgb(116,210,47); }
H1.HeaderClassName
{
color: #74D22F;
}
.AnyTagClassName
{
color: #74D22F;
}
</style>
background-color css
<style>
a { background-color: #74D22F; }
a { background-color: rgb(116,210,47); }
div.DivClassName
{
background-color: #74D22F;
}
.BgClassName
{
background-color: #74D22F;
}
</style>
border-color css
<style>
span { border-color: #74D22F; }
span { border-color: rgb(116,210,47); }
td.TdClassName
{
border-color: #74D22F;
}
.TagClassName
{
border-color: #74D22F;
}
</style>