Shades of Yellow Green #7DDB22
Tints of Yellow Green #7DDB22
RGB
CMYK
RGB Variations
Color information
#7DDB22 (or 0x7DDB22) is known color: Yellow Green. HEX triplet: 7D, DB and 22. RGB value is (125,219,34). Sum of RGB (Red+Green+Blue) = 125+219+34=378 (50% of max value = 765). Red value is 125 (49.22% from 255 or 33.07% from 378); Green value is 219 (85.94% from 255 or 57.94% from 378); Blue value is 34 (13.67% from 255 or 8.99% from 378); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB22 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB22 is #8224DD. Grayscale: #AAAAAA. Windows color (decimal): -8529118 or 2284413. OLE color: 2284413.
HSL color Cylindrical-coordinate representation of color #7DDB22: hue angle of 90.49º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7DDB22 is Cyan = 0.43, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 34 | - |
| CMYK | 0.43 | 0 | 0.84 | 0.14 |
| HSL | 90.49º | 0.73% | 0.5% | - |
| HSV(B) | 90.49º | 0.84% | 0.86% | - |
| XYZ | 34.08 | 55.14 | 10.36 | - |
| YUV | 169.8 | 51.36 | 96.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 34 | 0.43 | 0 | 0.84 | 0.14 | 90.49 | 0.73 | 0.5 |
| Hex | 7D | DB | 22 | 2B | 0 | 54 | E | 5A | 49 | 32 |
| Octal | 175 | 333 | 42 | 53 | 0 | 124 | 16 | 132 | 111 | 62 |
| Binary | 1111101 | 11011011 | 100010 | 101011 | 0 | 1010100 | 1110 | 1011010 | 1001001 | 110010 |
Color Harmonies of #7DDB22
Complementary color
Monochromatic Colors of #7DDB22
Black with #7DDB22
Text Example
Text Example
White with #7DDB22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB22; }
p { color: rgb(125,219,34); }
H1.HeaderClassName
{
color: #7DDB22;
}
.AnyTagClassName
{
color: #7DDB22;
}
</style>
background-color css
<style>
a { background-color: #7DDB22; }
a { background-color: rgb(125,219,34); }
div.DivClassName
{
background-color: #7DDB22;
}
.BgClassName
{
background-color: #7DDB22;
}
</style>
border-color css
<style>
span { border-color: #7DDB22; }
span { border-color: rgb(125,219,34); }
td.TdClassName
{
border-color: #7DDB22;
}
.TagClassName
{
border-color: #7DDB22;
}
</style>