Shades of Citrus #8BC808
Tints of Citrus #8BC808
RGB
CMYK
RGB Variations
Color information
#8BC808 (or 0x8BC808) is known color: Citrus. HEX triplet: 8B, C8 and 08. RGB value is (139,200,8). Sum of RGB (Red+Green+Blue) = 139+200+8=347 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.06% from 347); Green value is 200 (78.52% from 255 or 57.64% from 347); Blue value is 8 (3.52% from 255 or 2.31% from 347); Max value from RGB is 200 - color contains mainly: green. Hex color #8BC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC808 is #7437F7. Grayscale: #A0A0A0. Windows color (decimal): -7616504 or 575627. OLE color: 575627.
HSL color Cylindrical-coordinate representation of color #8BC808: hue angle of 79.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8BC808 is Cyan = 0.30, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 200 | 8 | - |
| CMYK | 0.30 | 0 | 0.96 | 0.22 |
| HSL | 79.06º | 0.92% | 0.41% | - |
| HSV(B) | 79.06º | 0.96% | 0.78% | - |
| XYZ | 31.35 | 46.82 | 7.61 | - |
| YUV | 159.87 | 42.29 | 113.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 200 | 8 | 0.30 | 0 | 0.96 | 0.22 | 79.06 | 0.92 | 0.41 |
| Hex | 8B | C8 | 8 | 1E | 0 | 60 | 16 | 4F | 5C | 29 |
| Octal | 213 | 310 | 10 | 36 | 0 | 140 | 26 | 117 | 134 | 51 |
| Binary | 10001011 | 11001000 | 1000 | 11110 | 0 | 1100000 | 10110 | 1001111 | 1011100 | 101001 |
Color Harmonies of #8BC808
Complementary color
Monochromatic Colors of #8BC808
Black with #8BC808
Text Example
Text Example
White with #8BC808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC808; }
p { color: rgb(139,200,8); }
H1.HeaderClassName
{
color: #8BC808;
}
.AnyTagClassName
{
color: #8BC808;
}
</style>
background-color css
<style>
a { background-color: #8BC808; }
a { background-color: rgb(139,200,8); }
div.DivClassName
{
background-color: #8BC808;
}
.BgClassName
{
background-color: #8BC808;
}
</style>
border-color css
<style>
span { border-color: #8BC808; }
span { border-color: rgb(139,200,8); }
td.TdClassName
{
border-color: #8BC808;
}
.TagClassName
{
border-color: #8BC808;
}
</style>