Shades of Yellow Green #74E027
Tints of Yellow Green #74E027
RGB
CMYK
RGB Variations
Color information
#74E027 (or 0x74E027) is known color: Yellow Green. HEX triplet: 74, E0 and 27. RGB value is (116,224,39). Sum of RGB (Red+Green+Blue) = 116+224+39=379 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.61% from 379); Green value is 224 (87.89% from 255 or 59.10% from 379); Blue value is 39 (15.62% from 255 or 10.29% from 379); Max value from RGB is 224 - color contains mainly: green. Hex color #74E027 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E027 is #8B1FD8. Grayscale: #ABABAB. Windows color (decimal): -9117657 or 2613364. OLE color: 2613364.
HSL color Cylindrical-coordinate representation of color #74E027: hue angle of 95.03º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #74E027 is Cyan = 0.48, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 116 | 224 | 39 | - |
| CMYK | 0.48 | 0 | 0.83 | 0.12 |
| HSL | 95.03º | 0.75% | 0.52% | - |
| HSV(B) | 95.03º | 0.83% | 0.88% | - |
| XYZ | 34.22 | 57.17 | 11.15 | - |
| YUV | 170.62 | 53.72 | 89.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 224 | 39 | 0.48 | 0 | 0.83 | 0.12 | 95.03 | 0.75 | 0.52 |
| Hex | 74 | E0 | 27 | 30 | 0 | 53 | C | 5F | 4B | 34 |
| Octal | 164 | 340 | 47 | 60 | 0 | 123 | 14 | 137 | 113 | 64 |
| Binary | 1110100 | 11100000 | 100111 | 110000 | 0 | 1010011 | 1100 | 1011111 | 1001011 | 110100 |
Color Harmonies of #74E027
Complementary color
Monochromatic Colors of #74E027
Black with #74E027
Text Example
Text Example
White with #74E027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E027; }
p { color: rgb(116,224,39); }
H1.HeaderClassName
{
color: #74E027;
}
.AnyTagClassName
{
color: #74E027;
}
</style>
background-color css
<style>
a { background-color: #74E027; }
a { background-color: rgb(116,224,39); }
div.DivClassName
{
background-color: #74E027;
}
.BgClassName
{
background-color: #74E027;
}
</style>
border-color css
<style>
span { border-color: #74E027; }
span { border-color: rgb(116,224,39); }
td.TdClassName
{
border-color: #74E027;
}
.TagClassName
{
border-color: #74E027;
}
</style>