Shades of Yellow Green #74DE28
Tints of Yellow Green #74DE28
RGB
CMYK
RGB Variations
Color information
#74DE28 (or 0x74DE28) is known color: Yellow Green. HEX triplet: 74, DE and 28. RGB value is (116,222,40). Sum of RGB (Red+Green+Blue) = 116+222+40=378 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.69% from 378); Green value is 222 (87.11% from 255 or 58.73% from 378); Blue value is 40 (16.02% from 255 or 10.58% from 378); Max value from RGB is 222 - color contains mainly: green. Hex color #74DE28 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74DE28 is #8B21D7. Grayscale: #AAAAAA. Windows color (decimal): -9118168 or 2678388. OLE color: 2678388.
HSL color Cylindrical-coordinate representation of color #74DE28: hue angle of 94.95º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #74DE28 is Cyan = 0.48, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 40 | - |
| CMYK | 0.48 | 0 | 0.82 | 0.13 |
| HSL | 94.95º | 0.73% | 0.51% | - |
| HSV(B) | 94.95º | 0.82% | 0.87% | - |
| XYZ | 33.71 | 56.11 | 11.06 | - |
| YUV | 169.56 | 54.88 | 89.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 40 | 0.48 | 0 | 0.82 | 0.13 | 94.95 | 0.73 | 0.51 |
| Hex | 74 | DE | 28 | 30 | 0 | 52 | D | 5F | 49 | 33 |
| Octal | 164 | 336 | 50 | 60 | 0 | 122 | 15 | 137 | 111 | 63 |
| Binary | 1110100 | 11011110 | 101000 | 110000 | 0 | 1010010 | 1101 | 1011111 | 1001001 | 110011 |
Color Harmonies of #74DE28
Complementary color
Monochromatic Colors of #74DE28
Black with #74DE28
Text Example
Text Example
White with #74DE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DE28; }
p { color: rgb(116,222,40); }
H1.HeaderClassName
{
color: #74DE28;
}
.AnyTagClassName
{
color: #74DE28;
}
</style>
background-color css
<style>
a { background-color: #74DE28; }
a { background-color: rgb(116,222,40); }
div.DivClassName
{
background-color: #74DE28;
}
.BgClassName
{
background-color: #74DE28;
}
</style>
border-color css
<style>
span { border-color: #74DE28; }
span { border-color: rgb(116,222,40); }
td.TdClassName
{
border-color: #74DE28;
}
.TagClassName
{
border-color: #74DE28;
}
</style>