Shades of Citrus #8EB901
Tints of Citrus #8EB901
RGB
CMYK
RGB Variations
Color information
#8EB901 (or 0x8EB901) is known color: Citrus. HEX triplet: 8E, B9 and 01. RGB value is (142,185,1). Sum of RGB (Red+Green+Blue) = 142+185+1=328 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.29% from 328); Green value is 185 (72.66% from 255 or 56.40% from 328); Blue value is 1 (0.78% from 255 or 0.30% from 328); Max value from RGB is 185 - color contains mainly: green. Hex color #8EB901 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8EB901 is #7146FE. Grayscale: #979797. Windows color (decimal): -7423743 or 113038. OLE color: 113038.
HSL color Cylindrical-coordinate representation of color #8EB901: hue angle of 74.02º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EB901 is Cyan = 0.23, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 185 | 1 | - |
| CMYK | 0.23 | 0 | 0.99 | 0.27 |
| HSL | 74.02º | 0.99% | 0.36% | - |
| HSV(B) | 74.02º | 0.99% | 0.73% | - |
| XYZ | 28.51 | 40.45 | 6.33 | - |
| YUV | 151.17 | 43.25 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 185 | 1 | 0.23 | 0 | 0.99 | 0.27 | 74.02 | 0.99 | 0.36 |
| Hex | 8E | B9 | 1 | 17 | 0 | 63 | 1B | 4A | 63 | 24 |
| Octal | 216 | 271 | 1 | 27 | 0 | 143 | 33 | 112 | 143 | 44 |
| Binary | 10001110 | 10111001 | 1 | 10111 | 0 | 1100011 | 11011 | 1001010 | 1100011 | 100100 |
Color Harmonies of #8EB901
Complementary color
Monochromatic Colors of #8EB901
Black with #8EB901
Text Example
Text Example
White with #8EB901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EB901; }
p { color: rgb(142,185,1); }
H1.HeaderClassName
{
color: #8EB901;
}
.AnyTagClassName
{
color: #8EB901;
}
</style>
background-color css
<style>
a { background-color: #8EB901; }
a { background-color: rgb(142,185,1); }
div.DivClassName
{
background-color: #8EB901;
}
.BgClassName
{
background-color: #8EB901;
}
</style>
border-color css
<style>
span { border-color: #8EB901; }
span { border-color: rgb(142,185,1); }
td.TdClassName
{
border-color: #8EB901;
}
.TagClassName
{
border-color: #8EB901;
}
</style>