Shades of Yellow Green #78E032
Tints of Yellow Green #78E032
RGB
CMYK
RGB Variations
Color information
#78E032 (or 0x78E032) is known color: Yellow Green. HEX triplet: 78, E0 and 32. RGB value is (120,224,50). Sum of RGB (Red+Green+Blue) = 120+224+50=394 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.46% from 394); Green value is 224 (87.89% from 255 or 56.85% from 394); Blue value is 50 (19.92% from 255 or 12.69% from 394); Max value from RGB is 224 - color contains mainly: green. Hex color #78E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78E032 is #871FCD. Grayscale: #ADADAD. Windows color (decimal): -8855502 or 3334264. OLE color: 3334264.
HSL color Cylindrical-coordinate representation of color #78E032: hue angle of 95.86º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #78E032 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 120 | 224 | 50 | - |
| CMYK | 0.46 | 0 | 0.78 | 0.12 |
| HSL | 95.86º | 0.74% | 0.54% | - |
| HSV(B) | 95.86º | 0.78% | 0.88% | - |
| XYZ | 34.98 | 57.53 | 12.28 | - |
| YUV | 173.07 | 58.54 | 90.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 224 | 50 | 0.46 | 0 | 0.78 | 0.12 | 95.86 | 0.74 | 0.54 |
| Hex | 78 | E0 | 32 | 2E | 0 | 4E | C | 60 | 4A | 36 |
| Octal | 170 | 340 | 62 | 56 | 0 | 116 | 14 | 140 | 112 | 66 |
| Binary | 1111000 | 11100000 | 110010 | 101110 | 0 | 1001110 | 1100 | 1100000 | 1001010 | 110110 |
Color Harmonies of #78E032
Complementary color
Monochromatic Colors of #78E032
Black with #78E032
Text Example
Text Example
White with #78E032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78E032; }
p { color: rgb(120,224,50); }
H1.HeaderClassName
{
color: #78E032;
}
.AnyTagClassName
{
color: #78E032;
}
</style>
background-color css
<style>
a { background-color: #78E032; }
a { background-color: rgb(120,224,50); }
div.DivClassName
{
background-color: #78E032;
}
.BgClassName
{
background-color: #78E032;
}
</style>
border-color css
<style>
span { border-color: #78E032; }
span { border-color: rgb(120,224,50); }
td.TdClassName
{
border-color: #78E032;
}
.TagClassName
{
border-color: #78E032;
}
</style>