#85BD40

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

Shades of Atlantis #85BD40

Tints of Atlantis #85BD40

Color information

#85BD40 (or 0x85BD40) is unknown color: approx Atlantis. HEX triplet: 85, BD and 40. RGB value is (133,189,64). Sum of RGB (Red+Green+Blue) = 133+189+64=386 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.46% from 386); Green value is 189 (74.22% from 255 or 48.96% from 386); Blue value is 64 (25.39% from 255 or 16.58% from 386); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD40 is #7A42BF. Grayscale: #9E9E9E. Windows color (decimal): -8012480 or 4242821. OLE color: 4242821.

HSL color Cylindrical-coordinate representation of color #85BD40: hue angle of 86.88º 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 #85BD40 is Cyan = 0.30, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB13318964-
CMYK0.3000.660.26
HSL86.88º49.41%49.61%-
HSV(B)86.88º66.14%74.12%-
XYZ28.841.7511.39-
YUV158.0174.95110.16-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.46%
GREEN value IS 189 (74.22% from 255) = 48.96%
BLUE value IS 64 (25.39% from 255) = 16.58%
R=34.46%
G=48.96%
B=16.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal133189640.3000.660.2686.8849.4149.61
Hex85BD401E0421A573132
Octal205275100360102321276162
Binary100001011011110110000001111001000010110101010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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