Shades of Yellow Green #78CC32
Tints of Yellow Green #78CC32
RGB
CMYK
RGB Variations
Color information
#78CC32 (or 0x78CC32) is known color: Yellow Green. HEX triplet: 78, CC and 32. RGB value is (120,204,50). Sum of RGB (Red+Green+Blue) = 120+204+50=374 (49% of max value = 765). Red value is 120 (47.27% from 255 or 32.09% from 374); Green value is 204 (80.08% from 255 or 54.55% from 374); Blue value is 50 (19.92% from 255 or 13.37% from 374); Max value from RGB is 204 - color contains mainly: green. Hex color #78CC32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78CC32 is #8733CD. Grayscale: #A1A1A1. Windows color (decimal): -8860622 or 3329144. OLE color: 3329144.
HSL color Cylindrical-coordinate representation of color #78CC32: hue angle of 92.73º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #78CC32 is Cyan = 0.41, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 120 | 204 | 50 | - |
| CMYK | 0.41 | 0 | 0.75 | 0.2 |
| HSL | 92.73º | 0.61% | 0.5% | - |
| HSV(B) | 92.73º | 0.75% | 0.8% | - |
| XYZ | 29.91 | 47.41 | 10.59 | - |
| YUV | 161.33 | 65.17 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 204 | 50 | 0.41 | 0 | 0.75 | 0.2 | 92.73 | 0.61 | 0.5 |
| Hex | 78 | CC | 32 | 29 | 0 | 4B | 14 | 5D | 3D | 32 |
| Octal | 170 | 314 | 62 | 51 | 0 | 113 | 24 | 135 | 75 | 62 |
| Binary | 1111000 | 11001100 | 110010 | 101001 | 0 | 1001011 | 10100 | 1011101 | 111101 | 110010 |
Color Harmonies of #78CC32
Complementary color
Monochromatic Colors of #78CC32
Black with #78CC32
Text Example
Text Example
White with #78CC32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78CC32; }
p { color: rgb(120,204,50); }
H1.HeaderClassName
{
color: #78CC32;
}
.AnyTagClassName
{
color: #78CC32;
}
</style>
background-color css
<style>
a { background-color: #78CC32; }
a { background-color: rgb(120,204,50); }
div.DivClassName
{
background-color: #78CC32;
}
.BgClassName
{
background-color: #78CC32;
}
</style>
border-color css
<style>
span { border-color: #78CC32; }
span { border-color: rgb(120,204,50); }
td.TdClassName
{
border-color: #78CC32;
}
.TagClassName
{
border-color: #78CC32;
}
</style>