Shades of Citron #7D930E
Tints of Citron #7D930E
RGB
CMYK
RGB Variations
Color information
#7D930E (or 0x7D930E) is known color: Citron. HEX triplet: 7D, 93 and 0E. RGB value is (125,147,14). Sum of RGB (Red+Green+Blue) = 125+147+14=286 (37% of max value = 765). Red value is 125 (49.22% from 255 or 43.71% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 14 (5.86% from 255 or 4.90% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #7D930E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7D930E is #826CF1. Grayscale: #7D7D7D. Windows color (decimal): -8547570 or 955261. OLE color: 955261.
HSL color Cylindrical-coordinate representation of color #7D930E: hue angle of 69.92º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D930E is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 125 | 147 | 14 | - |
| CMYK | 0.15 | 0 | 0.90 | 0.42 |
| HSL | 69.92º | 0.83% | 0.32% | - |
| HSV(B) | 69.92º | 0.9% | 0.58% | - |
| XYZ | 18.97 | 25.26 | 4.29 | - |
| YUV | 125.26 | 65.21 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 147 | 14 | 0.15 | 0 | 0.90 | 0.42 | 69.92 | 0.83 | 0.32 |
| Hex | 7D | 93 | E | F | 0 | 5A | 2A | 46 | 53 | 20 |
| Octal | 175 | 223 | 16 | 17 | 0 | 132 | 52 | 106 | 123 | 40 |
| Binary | 1111101 | 10010011 | 1110 | 1111 | 0 | 1011010 | 101010 | 1000110 | 1010011 | 100000 |
Color Harmonies of #7D930E
Complementary color
Monochromatic Colors of #7D930E
Black with #7D930E
Text Example
Text Example
White with #7D930E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D930E; }
p { color: rgb(125,147,14); }
H1.HeaderClassName
{
color: #7D930E;
}
.AnyTagClassName
{
color: #7D930E;
}
</style>
background-color css
<style>
a { background-color: #7D930E; }
a { background-color: rgb(125,147,14); }
div.DivClassName
{
background-color: #7D930E;
}
.BgClassName
{
background-color: #7D930E;
}
</style>
border-color css
<style>
span { border-color: #7D930E; }
span { border-color: rgb(125,147,14); }
td.TdClassName
{
border-color: #7D930E;
}
.TagClassName
{
border-color: #7D930E;
}
</style>