#87BD40

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

Shades of Atlantis #87BD40

Tints of Atlantis #87BD40

Color information

#87BD40 (or 0x87BD40) is unknown color: approx Atlantis. HEX triplet: 87, BD and 40. RGB value is (135,189,64). Sum of RGB (Red+Green+Blue) = 135+189+64=388 (51% of max value = 765). Red value is 135 (53.12% from 255 or 34.79% from 388); Green value is 189 (74.22% from 255 or 48.71% from 388); Blue value is 64 (25.39% from 255 or 16.49% from 388); Max value from RGB is 189 - color contains mainly: green. Hex color #87BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #87BD40 is #7842BF. Grayscale: #9F9F9F. Windows color (decimal): -7881408 or 4242823. OLE color: 4242823.

HSL color Cylindrical-coordinate representation of color #87BD40: hue angle of 85.92º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #87BD40 is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13518964-
CMYK0.2900.660.26
HSL85.92º49.41%49.61%-
HSV(B)85.92º66.14%74.12%-
XYZ29.1141.9211.41-
YUV158.674.61111.16-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 34.79%
GREEN value IS 189 (74.22% from 255) = 48.71%
BLUE value IS 64 (25.39% from 255) = 16.49%
R=34.79%
G=48.71%
B=16.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal135189640.2900.660.2685.9249.4149.61
Hex87BD401D0421A563132
Octal207275100350102321266162
Binary100001111011110110000001110101000010110101010110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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