Shades of Yellow Green #78DC2B
Tints of Yellow Green #78DC2B
RGB
CMYK
RGB Variations
Color information
#78DC2B (or 0x78DC2B) is known color: Yellow Green. HEX triplet: 78, DC and 2B. RGB value is (120,220,43). Sum of RGB (Red+Green+Blue) = 120+220+43=383 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.33% from 383); Green value is 220 (86.33% from 255 or 57.44% from 383); Blue value is 43 (17.19% from 255 or 11.23% from 383); Max value from RGB is 220 - color contains mainly: green. Hex color #78DC2B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #78DC2B is #8723D4. Grayscale: #AAAAAA. Windows color (decimal): -8856533 or 2874488. OLE color: 2874488.
HSL color Cylindrical-coordinate representation of color #78DC2B: hue angle of 93.9º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #78DC2B is Cyan = 0.45, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 120 | 220 | 43 | - |
| CMYK | 0.45 | 0 | 0.80 | 0.14 |
| HSL | 93.9º | 0.72% | 0.52% | - |
| HSV(B) | 93.9º | 0.8% | 0.86% | - |
| XYZ | 33.77 | 55.35 | 11.19 | - |
| YUV | 169.92 | 56.37 | 92.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 220 | 43 | 0.45 | 0 | 0.80 | 0.14 | 93.9 | 0.72 | 0.52 |
| Hex | 78 | DC | 2B | 2D | 0 | 50 | E | 5E | 48 | 34 |
| Octal | 170 | 334 | 53 | 55 | 0 | 120 | 16 | 136 | 110 | 64 |
| Binary | 1111000 | 11011100 | 101011 | 101101 | 0 | 1010000 | 1110 | 1011110 | 1001000 | 110100 |
Color Harmonies of #78DC2B
Complementary color
Monochromatic Colors of #78DC2B
Black with #78DC2B
Text Example
Text Example
White with #78DC2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78DC2B; }
p { color: rgb(120,220,43); }
H1.HeaderClassName
{
color: #78DC2B;
}
.AnyTagClassName
{
color: #78DC2B;
}
</style>
background-color css
<style>
a { background-color: #78DC2B; }
a { background-color: rgb(120,220,43); }
div.DivClassName
{
background-color: #78DC2B;
}
.BgClassName
{
background-color: #78DC2B;
}
</style>
border-color css
<style>
span { border-color: #78DC2B; }
span { border-color: rgb(120,220,43); }
td.TdClassName
{
border-color: #78DC2B;
}
.TagClassName
{
border-color: #78DC2B;
}
</style>