Shades of Citrus #8EC308
Tints of Citrus #8EC308
RGB
CMYK
RGB Variations
Color information
#8EC308 (or 0x8EC308) is known color: Citrus. HEX triplet: 8E, C3 and 08. RGB value is (142,195,8). Sum of RGB (Red+Green+Blue) = 142+195+8=345 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.16% from 345); Green value is 195 (76.56% from 255 or 56.52% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 195 - color contains mainly: green. Hex color #8EC308 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EC308 is #713CF7. Grayscale: #9E9E9E. Windows color (decimal): -7421176 or 574350. OLE color: 574350.
HSL color Cylindrical-coordinate representation of color #8EC308: hue angle of 77.01º degrees, saturation: 0.92, 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 #8EC308 is Cyan = 0.27, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 142 | 195 | 8 | - |
| CMYK | 0.27 | 0 | 0.96 | 0.24 |
| HSL | 77.01º | 0.92% | 0.4% | - |
| HSV(B) | 77.01º | 0.96% | 0.76% | - |
| XYZ | 30.71 | 44.8 | 7.26 | - |
| YUV | 157.84 | 43.44 | 116.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 195 | 8 | 0.27 | 0 | 0.96 | 0.24 | 77.01 | 0.92 | 0.4 |
| Hex | 8E | C3 | 8 | 1B | 0 | 60 | 18 | 4D | 5C | 28 |
| Octal | 216 | 303 | 10 | 33 | 0 | 140 | 30 | 115 | 134 | 50 |
| Binary | 10001110 | 11000011 | 1000 | 11011 | 0 | 1100000 | 11000 | 1001101 | 1011100 | 101000 |
Color Harmonies of #8EC308
Complementary color
Monochromatic Colors of #8EC308
Black with #8EC308
Text Example
Text Example
White with #8EC308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EC308; }
p { color: rgb(142,195,8); }
H1.HeaderClassName
{
color: #8EC308;
}
.AnyTagClassName
{
color: #8EC308;
}
</style>
background-color css
<style>
a { background-color: #8EC308; }
a { background-color: rgb(142,195,8); }
div.DivClassName
{
background-color: #8EC308;
}
.BgClassName
{
background-color: #8EC308;
}
</style>
border-color css
<style>
span { border-color: #8EC308; }
span { border-color: rgb(142,195,8); }
td.TdClassName
{
border-color: #8EC308;
}
.TagClassName
{
border-color: #8EC308;
}
</style>