Shades of Citrus #8EB201
Tints of Citrus #8EB201
RGB
CMYK
RGB Variations
Color information
#8EB201 (or 0x8EB201) is known color: Citrus. HEX triplet: 8E, B2 and 01. RGB value is (142,178,1). Sum of RGB (Red+Green+Blue) = 142+178+1=321 (42% of max value = 765). Red value is 142 (55.86% from 255 or 44.24% from 321); Green value is 178 (69.92% from 255 or 55.45% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 178 - color contains mainly: green. Hex color #8EB201 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EB201 is #714DFE. Grayscale: #939393. Windows color (decimal): -7425535 or 111246. OLE color: 111246.
HSL color Cylindrical-coordinate representation of color #8EB201: hue angle of 72.2º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EB201 is Cyan = 0.20, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 142 | 178 | 1 | - |
| CMYK | 0.20 | 0 | 0.99 | 0.30 |
| HSL | 72.2º | 0.99% | 0.35% | - |
| HSV(B) | 72.2º | 0.99% | 0.7% | - |
| XYZ | 27.08 | 37.59 | 5.86 | - |
| YUV | 147.06 | 45.57 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 178 | 1 | 0.20 | 0 | 0.99 | 0.30 | 72.2 | 0.99 | 0.35 |
| Hex | 8E | B2 | 1 | 14 | 0 | 63 | 1E | 48 | 63 | 23 |
| Octal | 216 | 262 | 1 | 24 | 0 | 143 | 36 | 110 | 143 | 43 |
| Binary | 10001110 | 10110010 | 1 | 10100 | 0 | 1100011 | 11110 | 1001000 | 1100011 | 100011 |
Color Harmonies of #8EB201
Complementary color
Monochromatic Colors of #8EB201
Black with #8EB201
Text Example
Text Example
White with #8EB201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB201; }
p { color: rgb(142,178,1); }
H1.HeaderClassName
{
color: #8EB201;
}
.AnyTagClassName
{
color: #8EB201;
}
</style>
background-color css
<style>
a { background-color: #8EB201; }
a { background-color: rgb(142,178,1); }
div.DivClassName
{
background-color: #8EB201;
}
.BgClassName
{
background-color: #8EB201;
}
</style>
border-color css
<style>
span { border-color: #8EB201; }
span { border-color: rgb(142,178,1); }
td.TdClassName
{
border-color: #8EB201;
}
.TagClassName
{
border-color: #8EB201;
}
</style>