Shades of Lima #7DB208
Tints of Lima #7DB208
RGB
CMYK
RGB Variations
Color information
#7DB208 (or 0x7DB208) is known color: Lima. HEX triplet: 7D, B2 and 08. RGB value is (125,178,8). Sum of RGB (Red+Green+Blue) = 125+178+8=311 (41% of max value = 765). Red value is 125 (49.22% from 255 or 40.19% from 311); Green value is 178 (69.92% from 255 or 57.23% from 311); Blue value is 8 (3.52% from 255 or 2.57% from 311); Max value from RGB is 178 - color contains mainly: green. Hex color #7DB208 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7DB208 is #824DF7. Grayscale: #8F8F8F. Windows color (decimal): -8539640 or 569981. OLE color: 569981.
HSL color Cylindrical-coordinate representation of color #7DB208: hue angle of 78.71º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DB208 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 125 | 178 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.30 |
| HSL | 78.71º | 0.91% | 0.36% | - |
| HSV(B) | 78.71º | 0.96% | 0.7% | - |
| XYZ | 24.42 | 36.22 | 5.93 | - |
| YUV | 142.77 | 51.94 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 178 | 8 | 0.30 | 0 | 0.96 | 0.30 | 78.71 | 0.91 | 0.36 |
| Hex | 7D | B2 | 8 | 1E | 0 | 60 | 1E | 4F | 5B | 24 |
| Octal | 175 | 262 | 10 | 36 | 0 | 140 | 36 | 117 | 133 | 44 |
| Binary | 1111101 | 10110010 | 1000 | 11110 | 0 | 1100000 | 11110 | 1001111 | 1011011 | 100100 |
Color Harmonies of #7DB208
Complementary color
Monochromatic Colors of #7DB208
Black with #7DB208
Text Example
Text Example
White with #7DB208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DB208; }
p { color: rgb(125,178,8); }
H1.HeaderClassName
{
color: #7DB208;
}
.AnyTagClassName
{
color: #7DB208;
}
</style>
background-color css
<style>
a { background-color: #7DB208; }
a { background-color: rgb(125,178,8); }
div.DivClassName
{
background-color: #7DB208;
}
.BgClassName
{
background-color: #7DB208;
}
</style>
border-color css
<style>
span { border-color: #7DB208; }
span { border-color: rgb(125,178,8); }
td.TdClassName
{
border-color: #7DB208;
}
.TagClassName
{
border-color: #7DB208;
}
</style>