Shades of Yellow Green #7BDC2A
Tints of Yellow Green #7BDC2A
RGB
CMYK
RGB Variations
Color information
#7BDC2A (or 0x7BDC2A) is known color: Yellow Green. HEX triplet: 7B, DC and 2A. RGB value is (123,220,42). Sum of RGB (Red+Green+Blue) = 123+220+42=385 (50% of max value = 765). Red value is 123 (48.44% from 255 or 31.95% from 385); Green value is 220 (86.33% from 255 or 57.14% from 385); Blue value is 42 (16.80% from 255 or 10.91% from 385); Max value from RGB is 220 - color contains mainly: green. Hex color #7BDC2A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7BDC2A is #8423D5. Grayscale: #ABABAB. Windows color (decimal): -8659926 or 2808955. OLE color: 2808955.
HSL color Cylindrical-coordinate representation of color #7BDC2A: hue angle of 92.7º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7BDC2A is Cyan = 0.44, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 220 | 42 | - |
| CMYK | 0.44 | 0 | 0.81 | 0.14 |
| HSL | 92.7º | 0.72% | 0.51% | - |
| HSV(B) | 92.7º | 0.81% | 0.86% | - |
| XYZ | 34.18 | 55.56 | 11.11 | - |
| YUV | 170.71 | 55.36 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 220 | 42 | 0.44 | 0 | 0.81 | 0.14 | 92.7 | 0.72 | 0.51 |
| Hex | 7B | DC | 2A | 2C | 0 | 51 | E | 5D | 48 | 33 |
| Octal | 173 | 334 | 52 | 54 | 0 | 121 | 16 | 135 | 110 | 63 |
| Binary | 1111011 | 11011100 | 101010 | 101100 | 0 | 1010001 | 1110 | 1011101 | 1001000 | 110011 |
Color Harmonies of #7BDC2A
Complementary color
Monochromatic Colors of #7BDC2A
Black with #7BDC2A
Text Example
Text Example
White with #7BDC2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BDC2A; }
p { color: rgb(123,220,42); }
H1.HeaderClassName
{
color: #7BDC2A;
}
.AnyTagClassName
{
color: #7BDC2A;
}
</style>
background-color css
<style>
a { background-color: #7BDC2A; }
a { background-color: rgb(123,220,42); }
div.DivClassName
{
background-color: #7BDC2A;
}
.BgClassName
{
background-color: #7BDC2A;
}
</style>
border-color css
<style>
span { border-color: #7BDC2A; }
span { border-color: rgb(123,220,42); }
td.TdClassName
{
border-color: #7BDC2A;
}
.TagClassName
{
border-color: #7BDC2A;
}
</style>