Shades of Citrus #87D30C
Tints of Citrus #87D30C
RGB
CMYK
RGB Variations
Color information
#87D30C (or 0x87D30C) is known color: Citrus. HEX triplet: 87, D3 and 0C. RGB value is (135,211,12). Sum of RGB (Red+Green+Blue) = 135+211+12=358 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.71% from 358); Green value is 211 (82.81% from 255 or 58.94% from 358); Blue value is 12 (5.08% from 255 or 3.35% from 358); Max value from RGB is 211 - color contains mainly: green. Hex color #87D30C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87D30C is #782CF3. Grayscale: #A6A6A6. Windows color (decimal): -7875828 or 840583. OLE color: 840583.
HSL color Cylindrical-coordinate representation of color #87D30C: hue angle of 82.91º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #87D30C is Cyan = 0.36, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 211 | 12 | - |
| CMYK | 0.36 | 0 | 0.94 | 0.17 |
| HSL | 82.91º | 0.89% | 0.44% | - |
| HSV(B) | 82.91º | 0.94% | 0.83% | - |
| XYZ | 33.35 | 51.77 | 8.58 | - |
| YUV | 165.59 | 41.32 | 106.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 211 | 12 | 0.36 | 0 | 0.94 | 0.17 | 82.91 | 0.89 | 0.44 |
| Hex | 87 | D3 | C | 24 | 0 | 5E | 11 | 53 | 59 | 2C |
| Octal | 207 | 323 | 14 | 44 | 0 | 136 | 21 | 123 | 131 | 54 |
| Binary | 10000111 | 11010011 | 1100 | 100100 | 0 | 1011110 | 10001 | 1010011 | 1011001 | 101100 |
Color Harmonies of #87D30C
Complementary color
Monochromatic Colors of #87D30C
Black with #87D30C
Text Example
Text Example
White with #87D30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87D30C; }
p { color: rgb(135,211,12); }
H1.HeaderClassName
{
color: #87D30C;
}
.AnyTagClassName
{
color: #87D30C;
}
</style>
background-color css
<style>
a { background-color: #87D30C; }
a { background-color: rgb(135,211,12); }
div.DivClassName
{
background-color: #87D30C;
}
.BgClassName
{
background-color: #87D30C;
}
</style>
border-color css
<style>
span { border-color: #87D30C; }
span { border-color: rgb(135,211,12); }
td.TdClassName
{
border-color: #87D30C;
}
.TagClassName
{
border-color: #87D30C;
}
</style>