Shades of Citrus #87C202
Tints of Citrus #87C202
RGB
CMYK
RGB Variations
Color information
#87C202 (or 0x87C202) is known color: Citrus. HEX triplet: 87, C2 and 02. RGB value is (135,194,2). Sum of RGB (Red+Green+Blue) = 135+194+2=331 (43% of max value = 765). Red value is 135 (53.12% from 255 or 40.79% from 331); Green value is 194 (76.17% from 255 or 58.61% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 194 - color contains mainly: green. Hex color #87C202 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C202 is #783DFD. Grayscale: #9B9B9B. Windows color (decimal): -7880190 or 180871. OLE color: 180871.
HSL color Cylindrical-coordinate representation of color #87C202: hue angle of 78.44º degrees, saturation: 0.98, 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 #87C202 is Cyan = 0.30, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 135 | 194 | 2 | - |
| CMYK | 0.30 | 0 | 0.99 | 0.24 |
| HSL | 78.44º | 0.98% | 0.38% | - |
| HSV(B) | 78.44º | 0.99% | 0.76% | - |
| XYZ | 29.29 | 43.74 | 6.96 | - |
| YUV | 154.47 | 41.95 | 114.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 194 | 2 | 0.30 | 0 | 0.99 | 0.24 | 78.44 | 0.98 | 0.38 |
| Hex | 87 | C2 | 2 | 1E | 0 | 63 | 18 | 4E | 62 | 26 |
| Octal | 207 | 302 | 2 | 36 | 0 | 143 | 30 | 116 | 142 | 46 |
| Binary | 10000111 | 11000010 | 10 | 11110 | 0 | 1100011 | 11000 | 1001110 | 1100010 | 100110 |
Color Harmonies of #87C202
Complementary color
Monochromatic Colors of #87C202
Black with #87C202
Text Example
Text Example
White with #87C202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C202; }
p { color: rgb(135,194,2); }
H1.HeaderClassName
{
color: #87C202;
}
.AnyTagClassName
{
color: #87C202;
}
</style>
background-color css
<style>
a { background-color: #87C202; }
a { background-color: rgb(135,194,2); }
div.DivClassName
{
background-color: #87C202;
}
.BgClassName
{
background-color: #87C202;
}
</style>
border-color css
<style>
span { border-color: #87C202; }
span { border-color: rgb(135,194,2); }
td.TdClassName
{
border-color: #87C202;
}
.TagClassName
{
border-color: #87C202;
}
</style>