Shades of Yellow Green #7DDB26
Tints of Yellow Green #7DDB26
RGB
CMYK
RGB Variations
Color information
#7DDB26 (or 0x7DDB26) is known color: Yellow Green. HEX triplet: 7D, DB and 26. RGB value is (125,219,38). Sum of RGB (Red+Green+Blue) = 125+219+38=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB26 is #8224D9. Grayscale: #AAAAAA. Windows color (decimal): -8529114 or 2546557. OLE color: 2546557.
HSL color Cylindrical-coordinate representation of color #7DDB26: hue angle of 91.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DDB26 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 38 | - |
| CMYK | 0.43 | 0 | 0.83 | 0.14 |
| HSL | 91.16º | 0.72% | 0.5% | - |
| HSV(B) | 91.16º | 0.83% | 0.86% | - |
| XYZ | 34.14 | 55.16 | 10.68 | - |
| YUV | 170.26 | 53.36 | 95.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 38 | 0.43 | 0 | 0.83 | 0.14 | 91.16 | 0.72 | 0.5 |
| Hex | 7D | DB | 26 | 2B | 0 | 53 | E | 5B | 48 | 32 |
| Octal | 175 | 333 | 46 | 53 | 0 | 123 | 16 | 133 | 110 | 62 |
| Binary | 1111101 | 11011011 | 100110 | 101011 | 0 | 1010011 | 1110 | 1011011 | 1001000 | 110010 |
Color Harmonies of #7DDB26
Complementary color
Monochromatic Colors of #7DDB26
Black with #7DDB26
Text Example
Text Example
White with #7DDB26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB26; }
p { color: rgb(125,219,38); }
H1.HeaderClassName
{
color: #7DDB26;
}
.AnyTagClassName
{
color: #7DDB26;
}
</style>
background-color css
<style>
a { background-color: #7DDB26; }
a { background-color: rgb(125,219,38); }
div.DivClassName
{
background-color: #7DDB26;
}
.BgClassName
{
background-color: #7DDB26;
}
</style>
border-color css
<style>
span { border-color: #7DDB26; }
span { border-color: rgb(125,219,38); }
td.TdClassName
{
border-color: #7DDB26;
}
.TagClassName
{
border-color: #7DDB26;
}
</style>