Shades of Citrus #8BCC0D
Tints of Citrus #8BCC0D
RGB
CMYK
RGB Variations
Color information
#8BCC0D (or 0x8BCC0D) is known color: Citrus. HEX triplet: 8B, CC and 0D. RGB value is (139,204,13). Sum of RGB (Red+Green+Blue) = 139+204+13=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 13 (5.47% from 255 or 3.65% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #8BCC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8BCC0D is #7433F2. Grayscale: #A3A3A3. Windows color (decimal): -7615475 or 904331. OLE color: 904331.
HSL color Cylindrical-coordinate representation of color #8BCC0D: hue angle of 80.42º 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 #8BCC0D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 139 | 204 | 13 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.2 |
| HSL | 80.42º | 0.88% | 0.43% | - |
| HSV(B) | 80.42º | 0.94% | 0.8% | - |
| XYZ | 32.31 | 48.7 | 8.08 | - |
| YUV | 162.79 | 43.47 | 111.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 204 | 13 | 0.32 | 0 | 0.94 | 0.2 | 80.42 | 0.88 | 0.43 |
| Hex | 8B | CC | D | 20 | 0 | 5E | 14 | 50 | 58 | 2B |
| Octal | 213 | 314 | 15 | 40 | 0 | 136 | 24 | 120 | 130 | 53 |
| Binary | 10001011 | 11001100 | 1101 | 100000 | 0 | 1011110 | 10100 | 1010000 | 1011000 | 101011 |
Color Harmonies of #8BCC0D
Complementary color
Monochromatic Colors of #8BCC0D
Black with #8BCC0D
Text Example
Text Example
White with #8BCC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BCC0D; }
p { color: rgb(139,204,13); }
H1.HeaderClassName
{
color: #8BCC0D;
}
.AnyTagClassName
{
color: #8BCC0D;
}
</style>
background-color css
<style>
a { background-color: #8BCC0D; }
a { background-color: rgb(139,204,13); }
div.DivClassName
{
background-color: #8BCC0D;
}
.BgClassName
{
background-color: #8BCC0D;
}
</style>
border-color css
<style>
span { border-color: #8BCC0D; }
span { border-color: rgb(139,204,13); }
td.TdClassName
{
border-color: #8BCC0D;
}
.TagClassName
{
border-color: #8BCC0D;
}
</style>