Shades of Citrus #87C50D
Tints of Citrus #87C50D
RGB
CMYK
RGB Variations
Color information
#87C50D (or 0x87C50D) is known color: Citrus. HEX triplet: 87, C5 and 0D. RGB value is (135,197,13). Sum of RGB (Red+Green+Blue) = 135+197+13=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 197 (77.34% from 255 or 57.10% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 197 - color contains mainly: green. Hex color #87C50D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C50D is #783AF2. Grayscale: #9E9E9E. Windows color (decimal): -7879411 or 902535. OLE color: 902535.
HSL color Cylindrical-coordinate representation of color #87C50D: hue angle of 80.22º degrees, saturation: 0.88, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #87C50D is Cyan = 0.31, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 197 | 13 | - |
| CMYK | 0.31 | 0 | 0.93 | 0.23 |
| HSL | 80.22º | 0.88% | 0.41% | - |
| HSV(B) | 80.22º | 0.93% | 0.77% | - |
| XYZ | 30.03 | 45.11 | 7.51 | - |
| YUV | 157.49 | 46.46 | 111.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 197 | 13 | 0.31 | 0 | 0.93 | 0.23 | 80.22 | 0.88 | 0.41 |
| Hex | 87 | C5 | D | 1F | 0 | 5D | 17 | 50 | 58 | 29 |
| Octal | 207 | 305 | 15 | 37 | 0 | 135 | 27 | 120 | 130 | 51 |
| Binary | 10000111 | 11000101 | 1101 | 11111 | 0 | 1011101 | 10111 | 1010000 | 1011000 | 101001 |
Color Harmonies of #87C50D
Complementary color
Monochromatic Colors of #87C50D
Black with #87C50D
Text Example
Text Example
White with #87C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C50D; }
p { color: rgb(135,197,13); }
H1.HeaderClassName
{
color: #87C50D;
}
.AnyTagClassName
{
color: #87C50D;
}
</style>
background-color css
<style>
a { background-color: #87C50D; }
a { background-color: rgb(135,197,13); }
div.DivClassName
{
background-color: #87C50D;
}
.BgClassName
{
background-color: #87C50D;
}
</style>
border-color css
<style>
span { border-color: #87C50D; }
span { border-color: rgb(135,197,13); }
td.TdClassName
{
border-color: #87C50D;
}
.TagClassName
{
border-color: #87C50D;
}
</style>