Shades of Citrus #87C602
Tints of Citrus #87C602
RGB
CMYK
RGB Variations
Color information
#87C602 (or 0x87C602) is known color: Citrus. HEX triplet: 87, C6 and 02. RGB value is (135,198,2). Sum of RGB (Red+Green+Blue) = 135+198+2=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 198 (77.73% from 255 or 59.10% from 335); Blue value is 2 (1.17% from 255 or 0.60% from 335); Max value from RGB is 198 - color contains mainly: green. Hex color #87C602 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C602 is #7839FD. Grayscale: #9D9D9D. Windows color (decimal): -7879166 or 181895. OLE color: 181895.
HSL color Cylindrical-coordinate representation of color #87C602: hue angle of 79.29º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87C602 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 135 | 198 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.22 |
| HSL | 79.29º | 0.98% | 0.39% | - |
| HSV(B) | 79.29º | 0.99% | 0.78% | - |
| XYZ | 30.2 | 45.54 | 7.26 | - |
| YUV | 156.82 | 40.63 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 198 | 2 | 0.32 | 0 | 0.99 | 0.22 | 79.29 | 0.98 | 0.39 |
| Hex | 87 | C6 | 2 | 20 | 0 | 63 | 16 | 4F | 62 | 27 |
| Octal | 207 | 306 | 2 | 40 | 0 | 143 | 26 | 117 | 142 | 47 |
| Binary | 10000111 | 11000110 | 10 | 100000 | 0 | 1100011 | 10110 | 1001111 | 1100010 | 100111 |
Color Harmonies of #87C602
Complementary color
Monochromatic Colors of #87C602
Black with #87C602
Text Example
Text Example
White with #87C602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87C602; }
p { color: rgb(135,198,2); }
H1.HeaderClassName
{
color: #87C602;
}
.AnyTagClassName
{
color: #87C602;
}
</style>
background-color css
<style>
a { background-color: #87C602; }
a { background-color: rgb(135,198,2); }
div.DivClassName
{
background-color: #87C602;
}
.BgClassName
{
background-color: #87C602;
}
</style>
border-color css
<style>
span { border-color: #87C602; }
span { border-color: rgb(135,198,2); }
td.TdClassName
{
border-color: #87C602;
}
.TagClassName
{
border-color: #87C602;
}
</style>