Shades of Citrus #8CCC0D
Tints of Citrus #8CCC0D
RGB
CMYK
RGB Variations
Color information
#8CCC0D (or 0x8CCC0D) is known color: Citrus. HEX triplet: 8C, CC and 0D. RGB value is (140,204,13). Sum of RGB (Red+Green+Blue) = 140+204+13=357 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.22% from 357); Green value is 204 (80.08% from 255 or 57.14% from 357); Blue value is 13 (5.47% from 255 or 3.64% from 357); Max value from RGB is 204 - color contains mainly: green. Hex color #8CCC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCC0D is #7333F2. Grayscale: #A3A3A3. Windows color (decimal): -7549939 or 904332. OLE color: 904332.
HSL color Cylindrical-coordinate representation of color #8CCC0D: hue angle of 80.1º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8CCC0D is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 140 | 204 | 13 | - |
| CMYK | 0.31 | 0 | 0.94 | 0.2 |
| HSL | 80.1º | 0.88% | 0.43% | - |
| HSV(B) | 80.1º | 0.94% | 0.8% | - |
| XYZ | 32.48 | 48.79 | 8.09 | - |
| YUV | 163.09 | 43.3 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 204 | 13 | 0.31 | 0 | 0.94 | 0.2 | 80.1 | 0.88 | 0.43 |
| Hex | 8C | CC | D | 1F | 0 | 5E | 14 | 50 | 58 | 2B |
| Octal | 214 | 314 | 15 | 37 | 0 | 136 | 24 | 120 | 130 | 53 |
| Binary | 10001100 | 11001100 | 1101 | 11111 | 0 | 1011110 | 10100 | 1010000 | 1011000 | 101011 |
Color Harmonies of #8CCC0D
Complementary color
Monochromatic Colors of #8CCC0D
Black with #8CCC0D
Text Example
Text Example
White with #8CCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CCC0D; }
p { color: rgb(140,204,13); }
H1.HeaderClassName
{
color: #8CCC0D;
}
.AnyTagClassName
{
color: #8CCC0D;
}
</style>
background-color css
<style>
a { background-color: #8CCC0D; }
a { background-color: rgb(140,204,13); }
div.DivClassName
{
background-color: #8CCC0D;
}
.BgClassName
{
background-color: #8CCC0D;
}
</style>
border-color css
<style>
span { border-color: #8CCC0D; }
span { border-color: rgb(140,204,13); }
td.TdClassName
{
border-color: #8CCC0D;
}
.TagClassName
{
border-color: #8CCC0D;
}
</style>