Shades of Citrus #8CC301
Tints of Citrus #8CC301
RGB
CMYK
RGB Variations
Color information
#8CC301 (or 0x8CC301) is known color: Citrus. HEX triplet: 8C, C3 and 01. RGB value is (140,195,1). Sum of RGB (Red+Green+Blue) = 140+195+1=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 195 (76.56% from 255 or 58.04% from 336); Blue value is 1 (0.78% from 255 or 0.30% from 336); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC301 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC301 is #733CFE. Grayscale: #9D9D9D. Windows color (decimal): -7552255 or 115596. OLE color: 115596.
HSL color Cylindrical-coordinate representation of color #8CC301: hue angle of 77.01º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8CC301 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 140 | 195 | 1 | - |
| CMYK | 0.28 | 0 | 0.99 | 0.24 |
| HSL | 77.01º | 0.99% | 0.38% | - |
| HSV(B) | 77.01º | 0.99% | 0.76% | - |
| XYZ | 30.34 | 44.61 | 7.04 | - |
| YUV | 156.44 | 40.28 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 195 | 1 | 0.28 | 0 | 0.99 | 0.24 | 77.01 | 0.99 | 0.38 |
| Hex | 8C | C3 | 1 | 1C | 0 | 63 | 18 | 4D | 63 | 26 |
| Octal | 214 | 303 | 1 | 34 | 0 | 143 | 30 | 115 | 143 | 46 |
| Binary | 10001100 | 11000011 | 1 | 11100 | 0 | 1100011 | 11000 | 1001101 | 1100011 | 100110 |
Color Harmonies of #8CC301
Complementary color
Monochromatic Colors of #8CC301
Black with #8CC301
Text Example
Text Example
White with #8CC301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CC301; }
p { color: rgb(140,195,1); }
H1.HeaderClassName
{
color: #8CC301;
}
.AnyTagClassName
{
color: #8CC301;
}
</style>
background-color css
<style>
a { background-color: #8CC301; }
a { background-color: rgb(140,195,1); }
div.DivClassName
{
background-color: #8CC301;
}
.BgClassName
{
background-color: #8CC301;
}
</style>
border-color css
<style>
span { border-color: #8CC301; }
span { border-color: rgb(140,195,1); }
td.TdClassName
{
border-color: #8CC301;
}
.TagClassName
{
border-color: #8CC301;
}
</style>