Shades of Citron #7E981E
Tints of Citron #7E981E
RGB
CMYK
RGB Variations
Color information
#7E981E (or 0x7E981E) is known color: Citron. HEX triplet: 7E, 98 and 1E. RGB value is (126,152,30). Sum of RGB (Red+Green+Blue) = 126+152+30=308 (40% of max value = 765). Red value is 126 (49.61% from 255 or 40.91% from 308); Green value is 152 (59.77% from 255 or 49.35% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 152 - color contains mainly: green. Hex color #7E981E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7E981E is #8167E1. Grayscale: #828282. Windows color (decimal): -8480738 or 2005118. OLE color: 2005118.
HSL color Cylindrical-coordinate representation of color #7E981E: hue angle of 72.79º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7E981E is Cyan = 0.17, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 126 | 152 | 30 | - |
| CMYK | 0.17 | 0 | 0.80 | 0.40 |
| HSL | 72.79º | 0.67% | 0.36% | - |
| HSV(B) | 72.79º | 0.8% | 0.6% | - |
| XYZ | 20.07 | 26.99 | 5.38 | - |
| YUV | 130.32 | 71.39 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 152 | 30 | 0.17 | 0 | 0.80 | 0.40 | 72.79 | 0.67 | 0.36 |
| Hex | 7E | 98 | 1E | 11 | 0 | 50 | 28 | 49 | 43 | 24 |
| Octal | 176 | 230 | 36 | 21 | 0 | 120 | 50 | 111 | 103 | 44 |
| Binary | 1111110 | 10011000 | 11110 | 10001 | 0 | 1010000 | 101000 | 1001001 | 1000011 | 100100 |
Color Harmonies of #7E981E
Complementary color
Monochromatic Colors of #7E981E
Black with #7E981E
Text Example
Text Example
White with #7E981E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E981E; }
p { color: rgb(126,152,30); }
H1.HeaderClassName
{
color: #7E981E;
}
.AnyTagClassName
{
color: #7E981E;
}
</style>
background-color css
<style>
a { background-color: #7E981E; }
a { background-color: rgb(126,152,30); }
div.DivClassName
{
background-color: #7E981E;
}
.BgClassName
{
background-color: #7E981E;
}
</style>
border-color css
<style>
span { border-color: #7E981E; }
span { border-color: rgb(126,152,30); }
td.TdClassName
{
border-color: #7E981E;
}
.TagClassName
{
border-color: #7E981E;
}
</style>