Shades of Citrus #87C502
Tints of Citrus #87C502
RGB
CMYK
RGB Variations
Color information
#87C502 (or 0x87C502) is known color: Citrus. HEX triplet: 87, C5 and 02. RGB value is (135,197,2). Sum of RGB (Red+Green+Blue) = 135+197+2=334 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.42% from 334); Green value is 197 (77.34% from 255 or 58.98% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 197 - color contains mainly: green. Hex color #87C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C502 is #783AFD. Grayscale: #9C9C9C. Windows color (decimal): -7879422 or 181639. OLE color: 181639.
HSL color Cylindrical-coordinate representation of color #87C502: hue angle of 79.08º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87C502 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 197 | 2 | - |
| CMYK | 0.31 | 0 | 0.99 | 0.23 |
| HSL | 79.08º | 0.98% | 0.39% | - |
| HSV(B) | 79.08º | 0.99% | 0.77% | - |
| XYZ | 29.97 | 45.09 | 7.18 | - |
| YUV | 156.23 | 40.96 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 197 | 2 | 0.31 | 0 | 0.99 | 0.23 | 79.08 | 0.98 | 0.39 |
| Hex | 87 | C5 | 2 | 1F | 0 | 63 | 17 | 4F | 62 | 27 |
| Octal | 207 | 305 | 2 | 37 | 0 | 143 | 27 | 117 | 142 | 47 |
| Binary | 10000111 | 11000101 | 10 | 11111 | 0 | 1100011 | 10111 | 1001111 | 1100010 | 100111 |
Color Harmonies of #87C502
Complementary color
Monochromatic Colors of #87C502
Black with #87C502
Text Example
Text Example
White with #87C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C502; }
p { color: rgb(135,197,2); }
H1.HeaderClassName
{
color: #87C502;
}
.AnyTagClassName
{
color: #87C502;
}
</style>
background-color css
<style>
a { background-color: #87C502; }
a { background-color: rgb(135,197,2); }
div.DivClassName
{
background-color: #87C502;
}
.BgClassName
{
background-color: #87C502;
}
</style>
border-color css
<style>
span { border-color: #87C502; }
span { border-color: rgb(135,197,2); }
td.TdClassName
{
border-color: #87C502;
}
.TagClassName
{
border-color: #87C502;
}
</style>