Shades of Citrus #87CC0D
Tints of Citrus #87CC0D
RGB
CMYK
RGB Variations
Color information
#87CC0D (or 0x87CC0D) is known color: Citrus. HEX triplet: 87, CC and 0D. RGB value is (135,204,13). Sum of RGB (Red+Green+Blue) = 135+204+13=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 13 (5.47% from 255 or 3.69% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #87CC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87CC0D is #7833F2. Grayscale: #A2A2A2. Windows color (decimal): -7877619 or 904327. OLE color: 904327.
HSL color Cylindrical-coordinate representation of color #87CC0D: hue angle of 81.68º 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 #87CC0D is Cyan = 0.34, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 204 | 13 | - |
| CMYK | 0.34 | 0 | 0.94 | 0.2 |
| HSL | 81.68º | 0.88% | 0.43% | - |
| HSV(B) | 81.68º | 0.94% | 0.8% | - |
| XYZ | 31.66 | 48.37 | 8.05 | - |
| YUV | 161.6 | 44.14 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 204 | 13 | 0.34 | 0 | 0.94 | 0.2 | 81.68 | 0.88 | 0.43 |
| Hex | 87 | CC | D | 22 | 0 | 5E | 14 | 52 | 58 | 2B |
| Octal | 207 | 314 | 15 | 42 | 0 | 136 | 24 | 122 | 130 | 53 |
| Binary | 10000111 | 11001100 | 1101 | 100010 | 0 | 1011110 | 10100 | 1010010 | 1011000 | 101011 |
Color Harmonies of #87CC0D
Complementary color
Monochromatic Colors of #87CC0D
Black with #87CC0D
Text Example
Text Example
White with #87CC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CC0D; }
p { color: rgb(135,204,13); }
H1.HeaderClassName
{
color: #87CC0D;
}
.AnyTagClassName
{
color: #87CC0D;
}
</style>
background-color css
<style>
a { background-color: #87CC0D; }
a { background-color: rgb(135,204,13); }
div.DivClassName
{
background-color: #87CC0D;
}
.BgClassName
{
background-color: #87CC0D;
}
</style>
border-color css
<style>
span { border-color: #87CC0D; }
span { border-color: rgb(135,204,13); }
td.TdClassName
{
border-color: #87CC0D;
}
.TagClassName
{
border-color: #87CC0D;
}
</style>