Shades of Citrus #8BC001
Tints of Citrus #8BC001
RGB
CMYK
RGB Variations
Color information
#8BC001 (or 0x8BC001) is known color: Citrus. HEX triplet: 8B, C0 and 01. RGB value is (139,192,1). Sum of RGB (Red+Green+Blue) = 139+192+1=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 192 (75.39% from 255 or 57.83% from 332); Blue value is 1 (0.78% from 255 or 0.30% from 332); Max value from RGB is 192 - color contains mainly: green. Hex color #8BC001 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC001 is #743FFE. Grayscale: #9B9B9B. Windows color (decimal): -7618559 or 114827. OLE color: 114827.
HSL color Cylindrical-coordinate representation of color #8BC001: hue angle of 76.65º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8BC001 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 139 | 192 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.25 |
| HSL | 76.65º | 0.99% | 0.38% | - |
| HSV(B) | 76.65º | 0.99% | 0.75% | - |
| XYZ | 29.5 | 43.19 | 6.81 | - |
| YUV | 154.38 | 41.44 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 192 | 1 | 0.28 | 0 | 0.99 | 0.25 | 76.65 | 0.99 | 0.38 |
| Hex | 8B | C0 | 1 | 1C | 0 | 63 | 19 | 4D | 63 | 26 |
| Octal | 213 | 300 | 1 | 34 | 0 | 143 | 31 | 115 | 143 | 46 |
| Binary | 10001011 | 11000000 | 1 | 11100 | 0 | 1100011 | 11001 | 1001101 | 1100011 | 100110 |
Color Harmonies of #8BC001
Complementary color
Monochromatic Colors of #8BC001
Black with #8BC001
Text Example
Text Example
White with #8BC001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC001; }
p { color: rgb(139,192,1); }
H1.HeaderClassName
{
color: #8BC001;
}
.AnyTagClassName
{
color: #8BC001;
}
</style>
background-color css
<style>
a { background-color: #8BC001; }
a { background-color: rgb(139,192,1); }
div.DivClassName
{
background-color: #8BC001;
}
.BgClassName
{
background-color: #8BC001;
}
</style>
border-color css
<style>
span { border-color: #8BC001; }
span { border-color: rgb(139,192,1); }
td.TdClassName
{
border-color: #8BC001;
}
.TagClassName
{
border-color: #8BC001;
}
</style>