Shades of Citrus #87C101
Tints of Citrus #87C101
RGB
CMYK
RGB Variations
Color information
#87C101 (or 0x87C101) is known color: Citrus. HEX triplet: 87, C1 and 01. RGB value is (135,193,1). Sum of RGB (Red+Green+Blue) = 135+193+1=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 193 (75.78% from 255 or 58.66% from 329); Blue value is 1 (0.78% from 255 or 0.30% from 329); Max value from RGB is 193 - color contains mainly: green. Hex color #87C101 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C101 is #783EFE. Grayscale: #9A9A9A. Windows color (decimal): -7880447 or 115079. OLE color: 115079.
HSL color Cylindrical-coordinate representation of color #87C101: hue angle of 78.12º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87C101 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 193 | 1 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.24 |
| HSL | 78.12º | 0.99% | 0.38% | - |
| HSV(B) | 78.12º | 0.99% | 0.76% | - |
| XYZ | 29.07 | 43.29 | 6.85 | - |
| YUV | 153.77 | 41.78 | 114.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 193 | 1 | 0.30 | 0 | 0.99 | 0.24 | 78.12 | 0.99 | 0.38 |
| Hex | 87 | C1 | 1 | 1E | 0 | 63 | 18 | 4E | 63 | 26 |
| Octal | 207 | 301 | 1 | 36 | 0 | 143 | 30 | 116 | 143 | 46 |
| Binary | 10000111 | 11000001 | 1 | 11110 | 0 | 1100011 | 11000 | 1001110 | 1100011 | 100110 |
Color Harmonies of #87C101
Complementary color
Monochromatic Colors of #87C101
Black with #87C101
Text Example
Text Example
White with #87C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C101; }
p { color: rgb(135,193,1); }
H1.HeaderClassName
{
color: #87C101;
}
.AnyTagClassName
{
color: #87C101;
}
</style>
background-color css
<style>
a { background-color: #87C101; }
a { background-color: rgb(135,193,1); }
div.DivClassName
{
background-color: #87C101;
}
.BgClassName
{
background-color: #87C101;
}
</style>
border-color css
<style>
span { border-color: #87C101; }
span { border-color: rgb(135,193,1); }
td.TdClassName
{
border-color: #87C101;
}
.TagClassName
{
border-color: #87C101;
}
</style>