Shades of Citrus #87CF04
Tints of Citrus #87CF04
RGB
CMYK
RGB Variations
Color information
#87CF04 (or 0x87CF04) is known color: Citrus. HEX triplet: 87, CF and 04. RGB value is (135,207,4). Sum of RGB (Red+Green+Blue) = 135+207+4=346 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.02% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #87CF04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87CF04 is #7830FB. Grayscale: #A3A3A3. Windows color (decimal): -7876860 or 315271. OLE color: 315271.
HSL color Cylindrical-coordinate representation of color #87CF04: hue angle of 81.28º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #87CF04 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 207 | 4 | - |
| CMYK | 0.35 | 0 | 0.98 | 0.19 |
| HSL | 81.28º | 0.96% | 0.41% | - |
| HSV(B) | 81.28º | 0.98% | 0.81% | - |
| XYZ | 32.33 | 49.79 | 8.02 | - |
| YUV | 162.33 | 38.65 | 108.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 207 | 4 | 0.35 | 0 | 0.98 | 0.19 | 81.28 | 0.96 | 0.41 |
| Hex | 87 | CF | 4 | 23 | 0 | 62 | 13 | 51 | 60 | 29 |
| Octal | 207 | 317 | 4 | 43 | 0 | 142 | 23 | 121 | 140 | 51 |
| Binary | 10000111 | 11001111 | 100 | 100011 | 0 | 1100010 | 10011 | 1010001 | 1100000 | 101001 |
Color Harmonies of #87CF04
Complementary color
Monochromatic Colors of #87CF04
Black with #87CF04
Text Example
Text Example
White with #87CF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87CF04; }
p { color: rgb(135,207,4); }
H1.HeaderClassName
{
color: #87CF04;
}
.AnyTagClassName
{
color: #87CF04;
}
</style>
background-color css
<style>
a { background-color: #87CF04; }
a { background-color: rgb(135,207,4); }
div.DivClassName
{
background-color: #87CF04;
}
.BgClassName
{
background-color: #87CF04;
}
</style>
border-color css
<style>
span { border-color: #87CF04; }
span { border-color: rgb(135,207,4); }
td.TdClassName
{
border-color: #87CF04;
}
.TagClassName
{
border-color: #87CF04;
}
</style>