Shades of Citrus #87C200
Tints of Citrus #87C200
RGB
CMYK
RGB Variations
Color information
#87C200 (or 0x87C200) is known color: Citrus. HEX triplet: 87, C2 and 00. RGB value is (135,194,0). Sum of RGB (Red+Green+Blue) = 135+194+0=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #87C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C200 is #783DFF. Grayscale: #9A9A9A. Windows color (decimal): -7880192 or 49799. OLE color: 49799.
HSL color Cylindrical-coordinate representation of color #87C200: hue angle of 78.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87C200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 0 | - |
| CMYK | 0.30 | 0 | 1 | 0.24 |
| HSL | 78.25º | 1% | 0.38% | - |
| HSV(B) | 78.25º | 1% | 0.76% | - |
| XYZ | 29.28 | 43.73 | 6.9 | - |
| YUV | 154.24 | 40.95 | 114.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 0 | 0.30 | 0 | 1 | 0.24 | 78.25 | 1 | 0.38 |
| Hex | 87 | C2 | 0 | 1E | 0 | 64 | 18 | 4E | 64 | 26 |
| Octal | 207 | 302 | 0 | 36 | 0 | 144 | 30 | 116 | 144 | 46 |
| Binary | 10000111 | 11000010 | 0 | 11110 | 0 | 1100100 | 11000 | 1001110 | 1100100 | 100110 |
Color Harmonies of #87C200
Complementary color
Monochromatic Colors of #87C200
Black with #87C200
Text Example
Text Example
White with #87C200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C200; }
p { color: rgb(135,194,0); }
H1.HeaderClassName
{
color: #87C200;
}
.AnyTagClassName
{
color: #87C200;
}
</style>
background-color css
<style>
a { background-color: #87C200; }
a { background-color: rgb(135,194,0); }
div.DivClassName
{
background-color: #87C200;
}
.BgClassName
{
background-color: #87C200;
}
</style>
border-color css
<style>
span { border-color: #87C200; }
span { border-color: rgb(135,194,0); }
td.TdClassName
{
border-color: #87C200;
}
.TagClassName
{
border-color: #87C200;
}
</style>