Shades of Citrus #8CCC01
Tints of Citrus #8CCC01
RGB
CMYK
RGB Variations
Color information
#8CCC01 (or 0x8CCC01) is known color: Citrus. HEX triplet: 8C, CC and 01. RGB value is (140,204,1). Sum of RGB (Red+Green+Blue) = 140+204+1=345 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.58% from 345); Green value is 204 (80.08% from 255 or 59.13% from 345); Blue value is 1 (0.78% from 255 or 0.29% from 345); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC01 is #7333FE. Grayscale: #A2A2A2. Windows color (decimal): -7549951 or 117900. OLE color: 117900.
HSL color Cylindrical-coordinate representation of color #8CCC01: hue angle of 78.92º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8CCC01 is Cyan = 0.31, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 1 | - |
| CMYK | 0.31 | 0 | 1.00 | 0.2 |
| HSL | 78.92º | 0.99% | 0.4% | - |
| HSV(B) | 78.92º | 1% | 0.8% | - |
| XYZ | 32.41 | 48.76 | 7.73 | - |
| YUV | 161.72 | 37.3 | 112.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 1 | 0.31 | 0 | 1.00 | 0.2 | 78.92 | 0.99 | 0.4 |
| Hex | 8C | CC | 1 | 1F | 0 | 64 | 14 | 4F | 63 | 28 |
| Octal | 214 | 314 | 1 | 37 | 0 | 144 | 24 | 117 | 143 | 50 |
| Binary | 10001100 | 11001100 | 1 | 11111 | 0 | 1100100 | 10100 | 1001111 | 1100011 | 101000 |
Color Harmonies of #8CCC01
Complementary color
Monochromatic Colors of #8CCC01
Black with #8CCC01
Text Example
Text Example
White with #8CCC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC01; }
p { color: rgb(140,204,1); }
H1.HeaderClassName
{
color: #8CCC01;
}
.AnyTagClassName
{
color: #8CCC01;
}
</style>
background-color css
<style>
a { background-color: #8CCC01; }
a { background-color: rgb(140,204,1); }
div.DivClassName
{
background-color: #8CCC01;
}
.BgClassName
{
background-color: #8CCC01;
}
</style>
border-color css
<style>
span { border-color: #8CCC01; }
span { border-color: rgb(140,204,1); }
td.TdClassName
{
border-color: #8CCC01;
}
.TagClassName
{
border-color: #8CCC01;
}
</style>