Shades of Yellow Green #74DF2E
Tints of Yellow Green #74DF2E
RGB
CMYK
RGB Variations
Color information
#74DF2E (or 0x74DF2E) is known color: Yellow Green. HEX triplet: 74, DF and 2E. RGB value is (116,223,46). Sum of RGB (Red+Green+Blue) = 116+223+46=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 223 (87.5% from 255 or 57.92% from 385); Blue value is 46 (18.36% from 255 or 11.95% from 385); Max value from RGB is 223 - color contains mainly: green. Hex color #74DF2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DF2E is #8B20D1. Grayscale: #ABABAB. Windows color (decimal): -9117906 or 3071860. OLE color: 3071860.
HSL color Cylindrical-coordinate representation of color #74DF2E: hue angle of 96.27º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #74DF2E is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 46 | - |
| CMYK | 0.48 | 0 | 0.79 | 0.13 |
| HSL | 96.27º | 0.73% | 0.53% | - |
| HSV(B) | 96.27º | 0.79% | 0.87% | - |
| XYZ | 34.08 | 56.69 | 11.73 | - |
| YUV | 170.83 | 57.55 | 88.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 46 | 0.48 | 0 | 0.79 | 0.13 | 96.27 | 0.73 | 0.53 |
| Hex | 74 | DF | 2E | 30 | 0 | 4F | D | 60 | 49 | 35 |
| Octal | 164 | 337 | 56 | 60 | 0 | 117 | 15 | 140 | 111 | 65 |
| Binary | 1110100 | 11011111 | 101110 | 110000 | 0 | 1001111 | 1101 | 1100000 | 1001001 | 110101 |
Color Harmonies of #74DF2E
Complementary color
Monochromatic Colors of #74DF2E
Black with #74DF2E
Text Example
Text Example
White with #74DF2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DF2E; }
p { color: rgb(116,223,46); }
H1.HeaderClassName
{
color: #74DF2E;
}
.AnyTagClassName
{
color: #74DF2E;
}
</style>
background-color css
<style>
a { background-color: #74DF2E; }
a { background-color: rgb(116,223,46); }
div.DivClassName
{
background-color: #74DF2E;
}
.BgClassName
{
background-color: #74DF2E;
}
</style>
border-color css
<style>
span { border-color: #74DF2E; }
span { border-color: rgb(116,223,46); }
td.TdClassName
{
border-color: #74DF2E;
}
.TagClassName
{
border-color: #74DF2E;
}
</style>