Shades of Lima #7DCF09
Tints of Lima #7DCF09
RGB
CMYK
RGB Variations
Color information
#7DCF09 (or 0x7DCF09) is known color: Lima. HEX triplet: 7D, CF and 09. RGB value is (125,207,9). Sum of RGB (Red+Green+Blue) = 125+207+9=341 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.66% from 341); Green value is 207 (81.25% from 255 or 60.70% from 341); Blue value is 9 (3.91% from 255 or 2.64% from 341); Max value from RGB is 207 - color contains mainly: green. Hex color #7DCF09 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DCF09 is #8230F6. Grayscale: #A0A0A0. Windows color (decimal): -8532215 or 642941. OLE color: 642941.
HSL color Cylindrical-coordinate representation of color #7DCF09: hue angle of 84.85º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7DCF09 is Cyan = 0.40, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 207 | 9 | - |
| CMYK | 0.40 | 0 | 0.96 | 0.19 |
| HSL | 84.85º | 0.92% | 0.42% | - |
| HSV(B) | 84.85º | 0.96% | 0.81% | - |
| XYZ | 30.82 | 49.01 | 8.09 | - |
| YUV | 159.91 | 42.83 | 103.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 207 | 9 | 0.40 | 0 | 0.96 | 0.19 | 84.85 | 0.92 | 0.42 |
| Hex | 7D | CF | 9 | 28 | 0 | 60 | 13 | 55 | 5C | 2A |
| Octal | 175 | 317 | 11 | 50 | 0 | 140 | 23 | 125 | 134 | 52 |
| Binary | 1111101 | 11001111 | 1001 | 101000 | 0 | 1100000 | 10011 | 1010101 | 1011100 | 101010 |
Color Harmonies of #7DCF09
Complementary color
Monochromatic Colors of #7DCF09
Black with #7DCF09
Text Example
Text Example
White with #7DCF09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7DCF09; }
p { color: rgb(125,207,9); }
H1.HeaderClassName
{
color: #7DCF09;
}
.AnyTagClassName
{
color: #7DCF09;
}
</style>
background-color css
<style>
a { background-color: #7DCF09; }
a { background-color: rgb(125,207,9); }
div.DivClassName
{
background-color: #7DCF09;
}
.BgClassName
{
background-color: #7DCF09;
}
</style>
border-color css
<style>
span { border-color: #7DCF09; }
span { border-color: rgb(125,207,9); }
td.TdClassName
{
border-color: #7DCF09;
}
.TagClassName
{
border-color: #7DCF09;
}
</style>