#87C140

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

Shades of Atlantis #87C140

Tints of Atlantis #87C140

Color information

#87C140 (or 0x87C140) is unknown color: approx Atlantis. HEX triplet: 87, C1 and 40. RGB value is (135,193,64). Sum of RGB (Red+Green+Blue) = 135+193+64=392 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.44% from 392); Green value is 193 (75.78% from 255 or 49.23% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 193 - color contains mainly: green. Hex color #87C140 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87C140 is #783EBF. Grayscale: #A1A1A1. Windows color (decimal): -7880384 or 4243847. OLE color: 4243847.

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

Color convert

RGB13519364-
CMYK0.3000.670.24
HSL86.98º50.99%50.39%-
HSV(B)86.98º66.84%75.69%-
XYZ29.9943.6611.7-
YUV160.9573.28109.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.44%
GREEN value IS 193 (75.78% from 255) = 49.23%
BLUE value IS 64 (25.39% from 255) = 16.33%
R=34.44%
G=49.23%
B=16.33%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal135193640.3000.670.2486.9850.9950.39
Hex87C1401E04318573332
Octal207301100360103301276362
Binary100001111100000110000001111001000011110001010111110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87C140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,193,64); }

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

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

 a { background-color: rgb(135,193,64); }

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

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

 span { border-color: rgb(135,193,64); }

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