Shades of Citron #7E930F
Tints of Citron #7E930F
RGB
CMYK
RGB Variations
Color information
#7E930F (or 0x7E930F) is known color: Citron. HEX triplet: 7E, 93 and 0F. RGB value is (126,147,15). Sum of RGB (Red+Green+Blue) = 126+147+15=288 (38% of max value = 765). Red value is 126 (49.61% from 255 or 43.75% from 288); Green value is 147 (57.81% from 255 or 51.04% from 288); Blue value is 15 (6.25% from 255 or 5.21% from 288); Max value from RGB is 147 - color contains mainly: green. Hex color #7E930F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #7E930F is #816CF0. Grayscale: #7E7E7E. Windows color (decimal): -8482033 or 1020798. OLE color: 1020798.
HSL color Cylindrical-coordinate representation of color #7E930F: hue angle of 69.55º degrees, saturation: 0.81, 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 #7E930F is Cyan = 0.14, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 126 | 147 | 15 | - |
| CMYK | 0.14 | 0 | 0.90 | 0.42 |
| HSL | 69.55º | 0.81% | 0.32% | - |
| HSV(B) | 69.55º | 0.9% | 0.58% | - |
| XYZ | 19.12 | 25.34 | 4.33 | - |
| YUV | 125.67 | 65.54 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 147 | 15 | 0.14 | 0 | 0.90 | 0.42 | 69.55 | 0.81 | 0.32 |
| Hex | 7E | 93 | F | E | 0 | 5A | 2A | 46 | 51 | 20 |
| Octal | 176 | 223 | 17 | 16 | 0 | 132 | 52 | 106 | 121 | 40 |
| Binary | 1111110 | 10010011 | 1111 | 1110 | 0 | 1011010 | 101010 | 1000110 | 1010001 | 100000 |
Color Harmonies of #7E930F
Complementary color
Monochromatic Colors of #7E930F
Black with #7E930F
Text Example
Text Example
White with #7E930F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E930F; }
p { color: rgb(126,147,15); }
H1.HeaderClassName
{
color: #7E930F;
}
.AnyTagClassName
{
color: #7E930F;
}
</style>
background-color css
<style>
a { background-color: #7E930F; }
a { background-color: rgb(126,147,15); }
div.DivClassName
{
background-color: #7E930F;
}
.BgClassName
{
background-color: #7E930F;
}
</style>
border-color css
<style>
span { border-color: #7E930F; }
span { border-color: rgb(126,147,15); }
td.TdClassName
{
border-color: #7E930F;
}
.TagClassName
{
border-color: #7E930F;
}
</style>