Shades of Citrus #8BC705
Tints of Citrus #8BC705
RGB
CMYK
RGB Variations
Color information
#8BC705 (or 0x8BC705) is known color: Citrus. HEX triplet: 8B, C7 and 05. RGB value is (139,199,5). Sum of RGB (Red+Green+Blue) = 139+199+5=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 199 (78.12% from 255 or 58.02% from 343); Blue value is 5 (2.34% from 255 or 1.46% from 343); Max value from RGB is 199 - color contains mainly: green. Hex color #8BC705 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BC705 is #7438FA. Grayscale: #9F9F9F. Windows color (decimal): -7616763 or 378763. OLE color: 378763.
HSL color Cylindrical-coordinate representation of color #8BC705: hue angle of 78.56º 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 #8BC705 is Cyan = 0.30, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 139 | 199 | 5 | - |
| CMYK | 0.30 | 0 | 0.97 | 0.22 |
| HSL | 78.56º | 0.95% | 0.4% | - |
| HSV(B) | 78.56º | 0.97% | 0.78% | - |
| XYZ | 31.1 | 46.35 | 7.45 | - |
| YUV | 158.94 | 41.12 | 113.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 199 | 5 | 0.30 | 0 | 0.97 | 0.22 | 78.56 | 0.95 | 0.4 |
| Hex | 8B | C7 | 5 | 1E | 0 | 61 | 16 | 4F | 5F | 28 |
| Octal | 213 | 307 | 5 | 36 | 0 | 141 | 26 | 117 | 137 | 50 |
| Binary | 10001011 | 11000111 | 101 | 11110 | 0 | 1100001 | 10110 | 1001111 | 1011111 | 101000 |
Color Harmonies of #8BC705
Complementary color
Monochromatic Colors of #8BC705
Black with #8BC705
Text Example
Text Example
White with #8BC705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BC705; }
p { color: rgb(139,199,5); }
H1.HeaderClassName
{
color: #8BC705;
}
.AnyTagClassName
{
color: #8BC705;
}
</style>
background-color css
<style>
a { background-color: #8BC705; }
a { background-color: rgb(139,199,5); }
div.DivClassName
{
background-color: #8BC705;
}
.BgClassName
{
background-color: #8BC705;
}
</style>
border-color css
<style>
span { border-color: #8BC705; }
span { border-color: rgb(139,199,5); }
td.TdClassName
{
border-color: #8BC705;
}
.TagClassName
{
border-color: #8BC705;
}
</style>