Shades of Citrus #8EC307
Tints of Citrus #8EC307
RGB
CMYK
RGB Variations
Color information
#8EC307 (or 0x8EC307) is known color: Citrus. HEX triplet: 8E, C3 and 07. RGB value is (142,195,7). Sum of RGB (Red+Green+Blue) = 142+195+7=344 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.28% from 344); Green value is 195 (76.56% from 255 or 56.69% from 344); Blue value is 7 (3.12% from 255 or 2.03% from 344); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC307 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC307 is #713CF8. Grayscale: #9E9E9E. Windows color (decimal): -7421177 or 508814. OLE color: 508814.
HSL color Cylindrical-coordinate representation of color #8EC307: hue angle of 76.91º degrees, saturation: 0.93, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8EC307 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 7 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.24 |
| HSL | 76.91º | 0.93% | 0.4% | - |
| HSV(B) | 76.91º | 0.96% | 0.76% | - |
| XYZ | 30.71 | 44.8 | 7.23 | - |
| YUV | 157.72 | 42.94 | 116.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 7 | 0.27 | 0 | 0.96 | 0.24 | 76.91 | 0.93 | 0.4 |
| Hex | 8E | C3 | 7 | 1B | 0 | 60 | 18 | 4D | 5D | 28 |
| Octal | 216 | 303 | 7 | 33 | 0 | 140 | 30 | 115 | 135 | 50 |
| Binary | 10001110 | 11000011 | 111 | 11011 | 0 | 1100000 | 11000 | 1001101 | 1011101 | 101000 |
Color Harmonies of #8EC307
Complementary color
Monochromatic Colors of #8EC307
Black with #8EC307
Text Example
Text Example
White with #8EC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC307; }
p { color: rgb(142,195,7); }
H1.HeaderClassName
{
color: #8EC307;
}
.AnyTagClassName
{
color: #8EC307;
}
</style>
background-color css
<style>
a { background-color: #8EC307; }
a { background-color: rgb(142,195,7); }
div.DivClassName
{
background-color: #8EC307;
}
.BgClassName
{
background-color: #8EC307;
}
</style>
border-color css
<style>
span { border-color: #8EC307; }
span { border-color: rgb(142,195,7); }
td.TdClassName
{
border-color: #8EC307;
}
.TagClassName
{
border-color: #8EC307;
}
</style>