Shades of Citrus #8CC70B
Tints of Citrus #8CC70B
RGB
CMYK
RGB Variations
Color information
#8CC70B (or 0x8CC70B) is known color: Citrus. HEX triplet: 8C, C7 and 0B. RGB value is (140,199,11). Sum of RGB (Red+Green+Blue) = 140+199+11=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 199 (78.12% from 255 or 56.86% from 350); Blue value is 11 (4.69% from 255 or 3.14% from 350); Max value from RGB is 199 - color contains mainly: green. Hex color #8CC70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC70B is #7338F4. Grayscale: #A0A0A0. Windows color (decimal): -7551221 or 771980. OLE color: 771980.
HSL color Cylindrical-coordinate representation of color #8CC70B: hue angle of 78.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CC70B is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 199 | 11 | - |
| CMYK | 0.30 | 0 | 0.94 | 0.22 |
| HSL | 78.83º | 0.9% | 0.41% | - |
| HSV(B) | 78.83º | 0.94% | 0.78% | - |
| XYZ | 31.3 | 46.45 | 7.63 | - |
| YUV | 159.93 | 43.95 | 113.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 199 | 11 | 0.30 | 0 | 0.94 | 0.22 | 78.83 | 0.9 | 0.41 |
| Hex | 8C | C7 | B | 1E | 0 | 5E | 16 | 4F | 5A | 29 |
| Octal | 214 | 307 | 13 | 36 | 0 | 136 | 26 | 117 | 132 | 51 |
| Binary | 10001100 | 11000111 | 1011 | 11110 | 0 | 1011110 | 10110 | 1001111 | 1011010 | 101001 |
Color Harmonies of #8CC70B
Complementary color
Monochromatic Colors of #8CC70B
Black with #8CC70B
Text Example
Text Example
White with #8CC70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC70B; }
p { color: rgb(140,199,11); }
H1.HeaderClassName
{
color: #8CC70B;
}
.AnyTagClassName
{
color: #8CC70B;
}
</style>
background-color css
<style>
a { background-color: #8CC70B; }
a { background-color: rgb(140,199,11); }
div.DivClassName
{
background-color: #8CC70B;
}
.BgClassName
{
background-color: #8CC70B;
}
</style>
border-color css
<style>
span { border-color: #8CC70B; }
span { border-color: rgb(140,199,11); }
td.TdClassName
{
border-color: #8CC70B;
}
.TagClassName
{
border-color: #8CC70B;
}
</style>