Shades of Yellow Green #7DDB27
Tints of Yellow Green #7DDB27
RGB
CMYK
RGB Variations
Color information
#7DDB27 (or 0x7DDB27) is known color: Yellow Green. HEX triplet: 7D, DB and 27. RGB value is (125,219,39). Sum of RGB (Red+Green+Blue) = 125+219+39=383 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.64% from 383); Green value is 219 (85.94% from 255 or 57.18% from 383); Blue value is 39 (15.62% from 255 or 10.18% from 383); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB27 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB27 is #8224D8. Grayscale: #AAAAAA. Windows color (decimal): -8529113 or 2612093. OLE color: 2612093.
HSL color Cylindrical-coordinate representation of color #7DDB27: hue angle of 91.33º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7DDB27 is Cyan = 0.43, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 125 | 219 | 39 | - |
| CMYK | 0.43 | 0 | 0.82 | 0.14 |
| HSL | 91.33º | 0.71% | 0.51% | - |
| HSV(B) | 91.33º | 0.82% | 0.86% | - |
| XYZ | 34.16 | 55.17 | 10.77 | - |
| YUV | 170.37 | 53.86 | 95.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 219 | 39 | 0.43 | 0 | 0.82 | 0.14 | 91.33 | 0.71 | 0.51 |
| Hex | 7D | DB | 27 | 2B | 0 | 52 | E | 5B | 47 | 33 |
| Octal | 175 | 333 | 47 | 53 | 0 | 122 | 16 | 133 | 107 | 63 |
| Binary | 1111101 | 11011011 | 100111 | 101011 | 0 | 1010010 | 1110 | 1011011 | 1000111 | 110011 |
Color Harmonies of #7DDB27
Complementary color
Monochromatic Colors of #7DDB27
Black with #7DDB27
Text Example
Text Example
White with #7DDB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DDB27; }
p { color: rgb(125,219,39); }
H1.HeaderClassName
{
color: #7DDB27;
}
.AnyTagClassName
{
color: #7DDB27;
}
</style>
background-color css
<style>
a { background-color: #7DDB27; }
a { background-color: rgb(125,219,39); }
div.DivClassName
{
background-color: #7DDB27;
}
.BgClassName
{
background-color: #7DDB27;
}
</style>
border-color css
<style>
span { border-color: #7DDB27; }
span { border-color: rgb(125,219,39); }
td.TdClassName
{
border-color: #7DDB27;
}
.TagClassName
{
border-color: #7DDB27;
}
</style>