#87CA04

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

Shades of Citrus #87CA04

Tints of Citrus #87CA04

Color information

#87CA04 (or 0x87CA04) is unknown color: approx Citrus. HEX triplet: 87, CA and 04. RGB value is (135,202,4). Sum of RGB (Red+Green+Blue) = 135+202+4=341 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.59% from 341); Green value is 202 (79.30% from 255 or 59.24% from 341); Blue value is 4 (1.95% from 255 or 1.17% from 341); Max value from RGB is 202 - color contains mainly: green. Hex color #87CA04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #87CA04 is #7835FB. Grayscale: #A0A0A0. Windows color (decimal): -7878140 or 313991. OLE color: 313991.

HSL color Cylindrical-coordinate representation of color #87CA04: hue angle of 80.3º degrees, saturation: 0.96, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #87CA04 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.21.

Color convert

RGB1352024-
CMYK0.3300.980.21
HSL80.3º96.12%40.39%-
HSV(B)80.3º98.02%79.22%-
XYZ31.1347.47.62-
YUV159.3940.3110.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 39.59%
GREEN value IS 202 (79.30% from 255) = 59.24%
BLUE value IS 4 (1.95% from 255) = 1.17%
R=39.59%
G=59.24%
B=1.17%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal13520240.3300.980.2180.396.1240.39
Hex87CA42106215506028
Octal20731244101422512014050
Binary1000011111001010100100001011000101010110100001100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87CA04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,202,4); }

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

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

 a { background-color: rgb(135,202,4); }

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

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

 span { border-color: rgb(135,202,4); }

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