Shades of Yellow Green #74DA28
Tints of Yellow Green #74DA28
RGB
CMYK
RGB Variations
Color information
#74DA28 (or 0x74DA28) is known color: Yellow Green. HEX triplet: 74, DA and 28. RGB value is (116,218,40). Sum of RGB (Red+Green+Blue) = 116+218+40=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 218 (85.55% from 255 or 58.29% from 374); Blue value is 40 (16.02% from 255 or 10.70% from 374); Max value from RGB is 218 - color contains mainly: green. Hex color #74DA28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DA28 is #8B25D7. Grayscale: #A7A7A7. Windows color (decimal): -9119192 or 2677364. OLE color: 2677364.
HSL color Cylindrical-coordinate representation of color #74DA28: hue angle of 94.38º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74DA28 is Cyan = 0.47, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 116 | 218 | 40 | - |
| CMYK | 0.47 | 0 | 0.82 | 0.15 |
| HSL | 94.38º | 0.71% | 0.51% | - |
| HSV(B) | 94.38º | 0.82% | 0.85% | - |
| XYZ | 32.66 | 54.01 | 10.71 | - |
| YUV | 167.21 | 56.21 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 218 | 40 | 0.47 | 0 | 0.82 | 0.15 | 94.38 | 0.71 | 0.51 |
| Hex | 74 | DA | 28 | 2F | 0 | 52 | F | 5E | 47 | 33 |
| Octal | 164 | 332 | 50 | 57 | 0 | 122 | 17 | 136 | 107 | 63 |
| Binary | 1110100 | 11011010 | 101000 | 101111 | 0 | 1010010 | 1111 | 1011110 | 1000111 | 110011 |
Color Harmonies of #74DA28
Complementary color
Monochromatic Colors of #74DA28
Black with #74DA28
Text Example
Text Example
White with #74DA28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DA28; }
p { color: rgb(116,218,40); }
H1.HeaderClassName
{
color: #74DA28;
}
.AnyTagClassName
{
color: #74DA28;
}
</style>
background-color css
<style>
a { background-color: #74DA28; }
a { background-color: rgb(116,218,40); }
div.DivClassName
{
background-color: #74DA28;
}
.BgClassName
{
background-color: #74DA28;
}
</style>
border-color css
<style>
span { border-color: #74DA28; }
span { border-color: rgb(116,218,40); }
td.TdClassName
{
border-color: #74DA28;
}
.TagClassName
{
border-color: #74DA28;
}
</style>