#85BE40

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

Shades of Atlantis #85BE40

Tints of Atlantis #85BE40

Color information

#85BE40 (or 0x85BE40) is unknown color: approx Atlantis. HEX triplet: 85, BE and 40. RGB value is (133,190,64). Sum of RGB (Red+Green+Blue) = 133+190+64=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 190 (74.61% from 255 or 49.10% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 190 - color contains mainly: green. Hex color #85BE40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BE40 is #7A41BF. Grayscale: #9F9F9F. Windows color (decimal): -8012224 or 4243077. OLE color: 4243077.

HSL color Cylindrical-coordinate representation of color #85BE40: hue angle of 87.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85BE40 is Cyan = 0.3, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB13319064-
CMYK0.300.660.25
HSL87.14º49.61%49.8%-
HSV(B)87.14º66.32%74.51%-
XYZ29.0142.1811.46-
YUV158.5974.62109.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 190 (74.61% from 255) = 49.10%
BLUE value IS 64 (25.39% from 255) = 16.54%
R=34.37%
G=49.10%
B=16.54%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal133190640.300.660.2587.1449.6149.8
Hex85BE401E04219573232
Octal205276100360102311276262
Binary100001011011111010000001111001000010110011010111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BE40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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