Shades of Yellow Green #74DA33
Tints of Yellow Green #74DA33
RGB
CMYK
RGB Variations
Color information
#74DA33 (or 0x74DA33) is known color: Yellow Green. HEX triplet: 74, DA and 33. RGB value is (116,218,51). Sum of RGB (Red+Green+Blue) = 116+218+51=385 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.13% from 385); Green value is 218 (85.55% from 255 or 56.62% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA33 is #8B25CC. Grayscale: #A9A9A9. Windows color (decimal): -9119181 or 3398260. OLE color: 3398260.
HSL color Cylindrical-coordinate representation of color #74DA33: hue angle of 96.65º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #74DA33 is Cyan = 0.47, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 51 | - |
| CMYK | 0.47 | 0 | 0.77 | 0.15 |
| HSL | 96.65º | 0.69% | 0.53% | - |
| HSV(B) | 96.65º | 0.77% | 0.85% | - |
| XYZ | 32.87 | 54.09 | 11.84 | - |
| YUV | 168.46 | 61.71 | 90.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 51 | 0.47 | 0 | 0.77 | 0.15 | 96.65 | 0.69 | 0.53 |
| Hex | 74 | DA | 33 | 2F | 0 | 4D | F | 61 | 45 | 35 |
| Octal | 164 | 332 | 63 | 57 | 0 | 115 | 17 | 141 | 105 | 65 |
| Binary | 1110100 | 11011010 | 110011 | 101111 | 0 | 1001101 | 1111 | 1100001 | 1000101 | 110101 |
Color Harmonies of #74DA33
Complementary color
Monochromatic Colors of #74DA33
Black with #74DA33
Text Example
Text Example
White with #74DA33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA33; }
p { color: rgb(116,218,51); }
H1.HeaderClassName
{
color: #74DA33;
}
.AnyTagClassName
{
color: #74DA33;
}
</style>
background-color css
<style>
a { background-color: #74DA33; }
a { background-color: rgb(116,218,51); }
div.DivClassName
{
background-color: #74DA33;
}
.BgClassName
{
background-color: #74DA33;
}
</style>
border-color css
<style>
span { border-color: #74DA33; }
span { border-color: rgb(116,218,51); }
td.TdClassName
{
border-color: #74DA33;
}
.TagClassName
{
border-color: #74DA33;
}
</style>