Shades of Citrus #8BC300
Tints of Citrus #8BC300
RGB
CMYK
RGB Variations
Color information
#8BC300 (or 0x8BC300) is known color: Citrus. HEX triplet: 8B, C3 and 00. RGB value is (139,195,0). Sum of RGB (Red+Green+Blue) = 139+195+0=334 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.62% from 334); Green value is 195 (76.56% from 255 or 58.38% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 195 - color contains mainly: green. Hex color #8BC300 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC300 is #743CFF. Grayscale: #9C9C9C. Windows color (decimal): -7617792 or 50059. OLE color: 50059.
HSL color Cylindrical-coordinate representation of color #8BC300: hue angle of 77.23º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BC300 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 139 | 195 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.24 |
| HSL | 77.23º | 1% | 0.38% | - |
| HSV(B) | 77.23º | 1% | 0.76% | - |
| XYZ | 30.16 | 44.52 | 7 | - |
| YUV | 156.03 | 39.95 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 195 | 0 | 0.29 | 0 | 1 | 0.24 | 77.23 | 1 | 0.38 |
| Hex | 8B | C3 | 0 | 1D | 0 | 64 | 18 | 4D | 64 | 26 |
| Octal | 213 | 303 | 0 | 35 | 0 | 144 | 30 | 115 | 144 | 46 |
| Binary | 10001011 | 11000011 | 0 | 11101 | 0 | 1100100 | 11000 | 1001101 | 1100100 | 100110 |
Color Harmonies of #8BC300
Complementary color
Monochromatic Colors of #8BC300
Black with #8BC300
Text Example
Text Example
White with #8BC300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC300; }
p { color: rgb(139,195,0); }
H1.HeaderClassName
{
color: #8BC300;
}
.AnyTagClassName
{
color: #8BC300;
}
</style>
background-color css
<style>
a { background-color: #8BC300; }
a { background-color: rgb(139,195,0); }
div.DivClassName
{
background-color: #8BC300;
}
.BgClassName
{
background-color: #8BC300;
}
</style>
border-color css
<style>
span { border-color: #8BC300; }
span { border-color: rgb(139,195,0); }
td.TdClassName
{
border-color: #8BC300;
}
.TagClassName
{
border-color: #8BC300;
}
</style>