Shades of Lima #7BCD09
Tints of Lima #7BCD09
RGB
CMYK
RGB Variations
Color information
#7BCD09 (or 0x7BCD09) is known color: Lima. HEX triplet: 7B, CD and 09. RGB value is (123,205,9). Sum of RGB (Red+Green+Blue) = 123+205+9=337 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.50% from 337); Green value is 205 (80.47% from 255 or 60.83% from 337); Blue value is 9 (3.91% from 255 or 2.67% from 337); Max value from RGB is 205 - color contains mainly: green. Hex color #7BCD09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7BCD09 is #8432F6. Grayscale: #9E9E9E. Windows color (decimal): -8663799 or 642427. OLE color: 642427.
HSL color Cylindrical-coordinate representation of color #7BCD09: hue angle of 85.1º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7BCD09 is Cyan = 0.4, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 205 | 9 | - |
| CMYK | 0.4 | 0 | 0.96 | 0.20 |
| HSL | 85.1º | 0.92% | 0.42% | - |
| HSV(B) | 85.1º | 0.96% | 0.8% | - |
| XYZ | 30.05 | 47.89 | 7.92 | - |
| YUV | 158.14 | 43.83 | 102.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 205 | 9 | 0.4 | 0 | 0.96 | 0.20 | 85.1 | 0.92 | 0.42 |
| Hex | 7B | CD | 9 | 28 | 0 | 60 | 14 | 55 | 5C | 2A |
| Octal | 173 | 315 | 11 | 50 | 0 | 140 | 24 | 125 | 134 | 52 |
| Binary | 1111011 | 11001101 | 1001 | 101000 | 0 | 1100000 | 10100 | 1010101 | 1011100 | 101010 |
Color Harmonies of #7BCD09
Complementary color
Monochromatic Colors of #7BCD09
Black with #7BCD09
Text Example
Text Example
White with #7BCD09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7BCD09; }
p { color: rgb(123,205,9); }
H1.HeaderClassName
{
color: #7BCD09;
}
.AnyTagClassName
{
color: #7BCD09;
}
</style>
background-color css
<style>
a { background-color: #7BCD09; }
a { background-color: rgb(123,205,9); }
div.DivClassName
{
background-color: #7BCD09;
}
.BgClassName
{
background-color: #7BCD09;
}
</style>
border-color css
<style>
span { border-color: #7BCD09; }
span { border-color: rgb(123,205,9); }
td.TdClassName
{
border-color: #7BCD09;
}
.TagClassName
{
border-color: #7BCD09;
}
</style>