Shades of Yellow Green #74DE2D
Tints of Yellow Green #74DE2D
RGB
CMYK
RGB Variations
Color information
#74DE2D (or 0x74DE2D) is known color: Yellow Green. HEX triplet: 74, DE and 2D. RGB value is (116,222,45). Sum of RGB (Red+Green+Blue) = 116+222+45=383 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.29% from 383); Green value is 222 (87.11% from 255 or 57.96% from 383); Blue value is 45 (17.97% from 255 or 11.75% from 383); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE2D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE2D is #8B21D2. Grayscale: #AAAAAA. Windows color (decimal): -9118163 or 3006068. OLE color: 3006068.
HSL color Cylindrical-coordinate representation of color #74DE2D: hue angle of 95.93º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #74DE2D is Cyan = 0.48, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 45 | - |
| CMYK | 0.48 | 0 | 0.80 | 0.13 |
| HSL | 95.93º | 0.73% | 0.52% | - |
| HSV(B) | 95.93º | 0.8% | 0.87% | - |
| XYZ | 33.8 | 56.15 | 11.54 | - |
| YUV | 170.13 | 57.38 | 89.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 45 | 0.48 | 0 | 0.80 | 0.13 | 95.93 | 0.73 | 0.52 |
| Hex | 74 | DE | 2D | 30 | 0 | 50 | D | 60 | 49 | 34 |
| Octal | 164 | 336 | 55 | 60 | 0 | 120 | 15 | 140 | 111 | 64 |
| Binary | 1110100 | 11011110 | 101101 | 110000 | 0 | 1010000 | 1101 | 1100000 | 1001001 | 110100 |
Color Harmonies of #74DE2D
Complementary color
Monochromatic Colors of #74DE2D
Black with #74DE2D
Text Example
Text Example
White with #74DE2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DE2D; }
p { color: rgb(116,222,45); }
H1.HeaderClassName
{
color: #74DE2D;
}
.AnyTagClassName
{
color: #74DE2D;
}
</style>
background-color css
<style>
a { background-color: #74DE2D; }
a { background-color: rgb(116,222,45); }
div.DivClassName
{
background-color: #74DE2D;
}
.BgClassName
{
background-color: #74DE2D;
}
</style>
border-color css
<style>
span { border-color: #74DE2D; }
span { border-color: rgb(116,222,45); }
td.TdClassName
{
border-color: #74DE2D;
}
.TagClassName
{
border-color: #74DE2D;
}
</style>