Shades of Citrus #8EB70C
Tints of Citrus #8EB70C
RGB
CMYK
RGB Variations
Color information
#8EB70C (or 0x8EB70C) is known color: Citrus. HEX triplet: 8E, B7 and 0C. RGB value is (142,183,12). Sum of RGB (Red+Green+Blue) = 142+183+12=337 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.14% from 337); Green value is 183 (71.88% from 255 or 54.30% from 337); Blue value is 12 (5.08% from 255 or 3.56% from 337); Max value from RGB is 183 - color contains mainly: green. Hex color #8EB70C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB70C is #7148F3. Grayscale: #979797. Windows color (decimal): -7424244 or 833422. OLE color: 833422.
HSL color Cylindrical-coordinate representation of color #8EB70C: hue angle of 74.39º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8EB70C is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 183 | 12 | - |
| CMYK | 0.22 | 0 | 0.93 | 0.28 |
| HSL | 74.39º | 0.88% | 0.38% | - |
| HSV(B) | 74.39º | 0.93% | 0.72% | - |
| XYZ | 28.16 | 39.64 | 6.52 | - |
| YUV | 151.25 | 49.42 | 121.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 183 | 12 | 0.22 | 0 | 0.93 | 0.28 | 74.39 | 0.88 | 0.38 |
| Hex | 8E | B7 | C | 16 | 0 | 5D | 1C | 4A | 58 | 26 |
| Octal | 216 | 267 | 14 | 26 | 0 | 135 | 34 | 112 | 130 | 46 |
| Binary | 10001110 | 10110111 | 1100 | 10110 | 0 | 1011101 | 11100 | 1001010 | 1011000 | 100110 |
Color Harmonies of #8EB70C
Complementary color
Monochromatic Colors of #8EB70C
Black with #8EB70C
Text Example
Text Example
White with #8EB70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB70C; }
p { color: rgb(142,183,12); }
H1.HeaderClassName
{
color: #8EB70C;
}
.AnyTagClassName
{
color: #8EB70C;
}
</style>
background-color css
<style>
a { background-color: #8EB70C; }
a { background-color: rgb(142,183,12); }
div.DivClassName
{
background-color: #8EB70C;
}
.BgClassName
{
background-color: #8EB70C;
}
</style>
border-color css
<style>
span { border-color: #8EB70C; }
span { border-color: rgb(142,183,12); }
td.TdClassName
{
border-color: #8EB70C;
}
.TagClassName
{
border-color: #8EB70C;
}
</style>