Shades of Citrus #8CC508
Tints of Citrus #8CC508
RGB
CMYK
RGB Variations
Color information
#8CC508 (or 0x8CC508) is known color: Citrus. HEX triplet: 8C, C5 and 08. RGB value is (140,197,8). Sum of RGB (Red+Green+Blue) = 140+197+8=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 8 (3.52% from 255 or 2.32% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #8CC508 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC508 is #733AF7. Grayscale: #9F9F9F. Windows color (decimal): -7551736 or 574860. OLE color: 574860.
HSL color Cylindrical-coordinate representation of color #8CC508: hue angle of 78.1º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CC508 is Cyan = 0.29, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 197 | 8 | - |
| CMYK | 0.29 | 0 | 0.96 | 0.23 |
| HSL | 78.1º | 0.92% | 0.4% | - |
| HSV(B) | 78.1º | 0.96% | 0.77% | - |
| XYZ | 30.83 | 45.53 | 7.39 | - |
| YUV | 158.41 | 43.12 | 114.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 197 | 8 | 0.29 | 0 | 0.96 | 0.23 | 78.1 | 0.92 | 0.4 |
| Hex | 8C | C5 | 8 | 1D | 0 | 60 | 17 | 4E | 5C | 28 |
| Octal | 214 | 305 | 10 | 35 | 0 | 140 | 27 | 116 | 134 | 50 |
| Binary | 10001100 | 11000101 | 1000 | 11101 | 0 | 1100000 | 10111 | 1001110 | 1011100 | 101000 |
Color Harmonies of #8CC508
Complementary color
Monochromatic Colors of #8CC508
Black with #8CC508
Text Example
Text Example
White with #8CC508
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC508; }
p { color: rgb(140,197,8); }
H1.HeaderClassName
{
color: #8CC508;
}
.AnyTagClassName
{
color: #8CC508;
}
</style>
background-color css
<style>
a { background-color: #8CC508; }
a { background-color: rgb(140,197,8); }
div.DivClassName
{
background-color: #8CC508;
}
.BgClassName
{
background-color: #8CC508;
}
</style>
border-color css
<style>
span { border-color: #8CC508; }
span { border-color: rgb(140,197,8); }
td.TdClassName
{
border-color: #8CC508;
}
.TagClassName
{
border-color: #8CC508;
}
</style>