Shades of Yellow Green #74E331
Tints of Yellow Green #74E331
RGB
CMYK
RGB Variations
Color information
#74E331 (or 0x74E331) is known color: Yellow Green. HEX triplet: 74, E3 and 31. RGB value is (116,227,49). Sum of RGB (Red+Green+Blue) = 116+227+49=392 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.59% from 392); Green value is 227 (89.06% from 255 or 57.91% from 392); Blue value is 49 (19.53% from 255 or 12.5% from 392); Max value from RGB is 227 - color contains mainly: green. Hex color #74E331 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #74E331 is #8B1CCE. Grayscale: #AEAEAE. Windows color (decimal): -9116879 or 3269492. OLE color: 3269492.
HSL color Cylindrical-coordinate representation of color #74E331: hue angle of 97.42º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #74E331 is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 49 | - |
| CMYK | 0.49 | 0 | 0.78 | 0.11 |
| HSL | 97.42º | 0.76% | 0.54% | - |
| HSV(B) | 97.42º | 0.78% | 0.89% | - |
| XYZ | 35.23 | 58.87 | 12.41 | - |
| YUV | 173.52 | 57.73 | 86.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 49 | 0.49 | 0 | 0.78 | 0.11 | 97.42 | 0.76 | 0.54 |
| Hex | 74 | E3 | 31 | 31 | 0 | 4E | B | 61 | 4C | 36 |
| Octal | 164 | 343 | 61 | 61 | 0 | 116 | 13 | 141 | 114 | 66 |
| Binary | 1110100 | 11100011 | 110001 | 110001 | 0 | 1001110 | 1011 | 1100001 | 1001100 | 110110 |
Color Harmonies of #74E331
Complementary color
Monochromatic Colors of #74E331
Black with #74E331
Text Example
Text Example
White with #74E331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E331; }
p { color: rgb(116,227,49); }
H1.HeaderClassName
{
color: #74E331;
}
.AnyTagClassName
{
color: #74E331;
}
</style>
background-color css
<style>
a { background-color: #74E331; }
a { background-color: rgb(116,227,49); }
div.DivClassName
{
background-color: #74E331;
}
.BgClassName
{
background-color: #74E331;
}
</style>
border-color css
<style>
span { border-color: #74E331; }
span { border-color: rgb(116,227,49); }
td.TdClassName
{
border-color: #74E331;
}
.TagClassName
{
border-color: #74E331;
}
</style>