Shades of Citrus #87D103
Tints of Citrus #87D103
RGB
CMYK
RGB Variations
Color information
#87D103 (or 0x87D103) is known color: Citrus. HEX triplet: 87, D1 and 03. RGB value is (135,209,3). Sum of RGB (Red+Green+Blue) = 135+209+3=347 (45% of max value = 765). Red value is 135 (53.12% from 255 or 38.90% from 347); Green value is 209 (82.03% from 255 or 60.23% from 347); Blue value is 3 (1.56% from 255 or 0.86% from 347); Max value from RGB is 209 - color contains mainly: green. Hex color #87D103 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87D103 is #782EFC. Grayscale: #A4A4A4. Windows color (decimal): -7876349 or 250247. OLE color: 250247.
HSL color Cylindrical-coordinate representation of color #87D103: hue angle of 81.55º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87D103 is Cyan = 0.35, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 135 | 209 | 3 | - |
| CMYK | 0.35 | 0 | 0.99 | 0.18 |
| HSL | 81.55º | 0.97% | 0.42% | - |
| HSV(B) | 81.55º | 0.99% | 0.82% | - |
| XYZ | 32.81 | 50.76 | 8.15 | - |
| YUV | 163.39 | 37.48 | 107.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 209 | 3 | 0.35 | 0 | 0.99 | 0.18 | 81.55 | 0.97 | 0.42 |
| Hex | 87 | D1 | 3 | 23 | 0 | 63 | 12 | 52 | 61 | 2A |
| Octal | 207 | 321 | 3 | 43 | 0 | 143 | 22 | 122 | 141 | 52 |
| Binary | 10000111 | 11010001 | 11 | 100011 | 0 | 1100011 | 10010 | 1010010 | 1100001 | 101010 |
Color Harmonies of #87D103
Complementary color
Monochromatic Colors of #87D103
Black with #87D103
Text Example
Text Example
White with #87D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D103; }
p { color: rgb(135,209,3); }
H1.HeaderClassName
{
color: #87D103;
}
.AnyTagClassName
{
color: #87D103;
}
</style>
background-color css
<style>
a { background-color: #87D103; }
a { background-color: rgb(135,209,3); }
div.DivClassName
{
background-color: #87D103;
}
.BgClassName
{
background-color: #87D103;
}
</style>
border-color css
<style>
span { border-color: #87D103; }
span { border-color: rgb(135,209,3); }
td.TdClassName
{
border-color: #87D103;
}
.TagClassName
{
border-color: #87D103;
}
</style>