#87C200

Color #87C200 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #87C200

Tints of Citrus #87C200

Color information

#87C200 (or 0x87C200) is unknown color: approx Citrus. HEX triplet: 87, C2 and 00. RGB value is (135,194,0). Sum of RGB (Red+Green+Blue) = 135+194+0=329 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.03% from 329); Green value is 194 (76.17% from 255 or 58.97% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 194 - color contains mainly: green. Hex color #87C200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87C200 is #783DFF. Grayscale: #9A9A9A. Windows color (decimal): -7880192 or 49799. OLE color: 49799.

HSL color Cylindrical-coordinate representation of color #87C200: hue angle of 78.25º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #87C200 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1351940-
CMYK0.30010.24
HSL78.25º100%38.04%-
HSV(B)78.25º100%76.08%-
XYZ29.2843.736.9-
YUV154.2440.95114.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 41.03%
GREEN value IS 194 (76.17% from 255) = 58.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=41.03%
G=58.97%
B=0%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal13519400.30010.2478.2510038.04
Hex87C201E064184e6426
Octal20730203601443011614446
Binary1000011111000010011110011001001100010011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87C200; }

 p { color: rgb(135,194,0); }

 H1.HeaderClassName
 {
   color: #87C200;
 }
 .AnyTagClassName
 {
   color: #87C200;
 }
</style>
background-color css

<style>
 a { background-color: #87C200; }

 a { background-color: rgb(135,194,0); }

 div.DivClassName
 {
   background-color: #87C200;
 }
 .BgClassName
 {
   background-color: #87C200;
 }
</style>
border-color css

<style>
 span { border-color: #87C200; }

 span { border-color: rgb(135,194,0); }

 td.TdClassName
 {
   border-color: #87C200;
 }
 .TagClassName
 {
   border-color: #87C200;
 }
</style>