Shades of Citrus #8BC605
Tints of Citrus #8BC605
RGB
CMYK
RGB Variations
Color information
#8BC605 (or 0x8BC605) is known color: Citrus. HEX triplet: 8B, C6 and 05. RGB value is (139,198,5). Sum of RGB (Red+Green+Blue) = 139+198+5=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 198 (77.73% from 255 or 57.89% from 342); Blue value is 5 (2.34% from 255 or 1.46% from 342); Max value from RGB is 198 - color contains mainly: green. Hex color #8BC605 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC605 is #7439FA. Grayscale: #9F9F9F. Windows color (decimal): -7617019 or 378507. OLE color: 378507.
HSL color Cylindrical-coordinate representation of color #8BC605: hue angle of 78.34º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8BC605 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 198 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.22 |
| HSL | 78.34º | 0.95% | 0.4% | - |
| HSV(B) | 78.34º | 0.97% | 0.78% | - |
| XYZ | 30.87 | 45.89 | 7.37 | - |
| YUV | 158.36 | 41.45 | 114.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 198 | 5 | 0.30 | 0 | 0.97 | 0.22 | 78.34 | 0.95 | 0.4 |
| Hex | 8B | C6 | 5 | 1E | 0 | 61 | 16 | 4E | 5F | 28 |
| Octal | 213 | 306 | 5 | 36 | 0 | 141 | 26 | 116 | 137 | 50 |
| Binary | 10001011 | 11000110 | 101 | 11110 | 0 | 1100001 | 10110 | 1001110 | 1011111 | 101000 |
Color Harmonies of #8BC605
Complementary color
Monochromatic Colors of #8BC605
Black with #8BC605
Text Example
Text Example
White with #8BC605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC605; }
p { color: rgb(139,198,5); }
H1.HeaderClassName
{
color: #8BC605;
}
.AnyTagClassName
{
color: #8BC605;
}
</style>
background-color css
<style>
a { background-color: #8BC605; }
a { background-color: rgb(139,198,5); }
div.DivClassName
{
background-color: #8BC605;
}
.BgClassName
{
background-color: #8BC605;
}
</style>
border-color css
<style>
span { border-color: #8BC605; }
span { border-color: rgb(139,198,5); }
td.TdClassName
{
border-color: #8BC605;
}
.TagClassName
{
border-color: #8BC605;
}
</style>