#85BD41

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

Shades of Atlantis #85BD41

Tints of Atlantis #85BD41

Color information

#85BD41 (or 0x85BD41) is unknown color: approx Atlantis. HEX triplet: 85, BD and 41. RGB value is (133,189,65). Sum of RGB (Red+Green+Blue) = 133+189+65=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 189 (74.22% from 255 or 48.84% from 387); Blue value is 65 (25.78% from 255 or 16.80% from 387); Max value from RGB is 189 - color contains mainly: green. Hex color #85BD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BD41 is #7A42BE. Grayscale: #9E9E9E. Windows color (decimal): -8012479 or 4308357. OLE color: 4308357.

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

Color convert

RGB13318965-
CMYK0.3000.660.26
HSL87.1º48.82%49.8%-
HSV(B)87.1º65.61%74.12%-
XYZ28.8241.7611.54-
YUV158.1275.45110.08-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.37%
GREEN value IS 189 (74.22% from 255) = 48.84%
BLUE value IS 65 (25.78% from 255) = 16.80%
R=34.37%
G=48.84%
B=16.80%

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
Decimal133189650.3000.660.2687.148.8249.8
Hex85BD411E0421A573132
Octal205275101360102321276162
Binary100001011011110110000011111001000010110101010111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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