Shades of Citrus #8BC400
Tints of Citrus #8BC400
RGB
CMYK
RGB Variations
Color information
#8BC400 (or 0x8BC400) is known color: Citrus. HEX triplet: 8B, C4 and 00. RGB value is (139,196,0). Sum of RGB (Red+Green+Blue) = 139+196+0=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 196 (76.95% from 255 or 58.51% from 335); Blue value is 0 (0.39% from 255 or 0% from 335); Max value from RGB is 196 - color contains mainly: green. Hex color #8BC400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC400 is #743BFF. Grayscale: #9D9D9D. Windows color (decimal): -7617536 or 50315. OLE color: 50315.
HSL color Cylindrical-coordinate representation of color #8BC400: hue angle of 77.45º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8BC400 is Cyan = 0.29, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 139 | 196 | 0 | - |
| CMYK | 0.29 | 0 | 1 | 0.23 |
| HSL | 77.45º | 1% | 0.38% | - |
| HSV(B) | 77.45º | 1% | 0.77% | - |
| XYZ | 30.39 | 44.97 | 7.08 | - |
| YUV | 156.61 | 39.62 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 196 | 0 | 0.29 | 0 | 1 | 0.23 | 77.45 | 1 | 0.38 |
| Hex | 8B | C4 | 0 | 1D | 0 | 64 | 17 | 4D | 64 | 26 |
| Octal | 213 | 304 | 0 | 35 | 0 | 144 | 27 | 115 | 144 | 46 |
| Binary | 10001011 | 11000100 | 0 | 11101 | 0 | 1100100 | 10111 | 1001101 | 1100100 | 100110 |
Color Harmonies of #8BC400
Complementary color
Monochromatic Colors of #8BC400
Black with #8BC400
Text Example
Text Example
White with #8BC400
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC400; }
p { color: rgb(139,196,0); }
H1.HeaderClassName
{
color: #8BC400;
}
.AnyTagClassName
{
color: #8BC400;
}
</style>
background-color css
<style>
a { background-color: #8BC400; }
a { background-color: rgb(139,196,0); }
div.DivClassName
{
background-color: #8BC400;
}
.BgClassName
{
background-color: #8BC400;
}
</style>
border-color css
<style>
span { border-color: #8BC400; }
span { border-color: rgb(139,196,0); }
td.TdClassName
{
border-color: #8BC400;
}
.TagClassName
{
border-color: #8BC400;
}
</style>