#85d639

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

Shades of Atlantis #85D639

Tints of Atlantis #85D639

Color information

#85D639 (or 0x85D639) is unknown color: approx Atlantis. HEX triplet: 85, D6 and 39. RGB value is (133,214,57). Sum of RGB (Red+Green+Blue) = 133+214+57=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 214 (83.98% from 255 or 52.97% from 404); Blue value is 57 (22.66% from 255 or 14.11% from 404); Max value from RGB is 214 - color contains mainly: green. Hex color #85D639 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D639 is #7A29C6. Grayscale: #ACACAC. Windows color (decimal): -8006087 or 3790469. OLE color: 3790469.

HSL color Cylindrical-coordinate representation of color #85D639: hue angle of 90.96º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85D639 is Cyan = 0.38, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB13321457-
CMYK0.3800.730.16
HSL90.96º65.69%53.14%-
HSV(B)90.96º73.36%83.92%-
XYZ34.4653.3812.36-
YUV171.8863.16100.27-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.92%
GREEN value IS 214 (83.98% from 255) = 52.97%
BLUE value IS 57 (22.66% from 255) = 14.11%
R=32.92%
G=52.97%
B=14.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal133214570.3800.730.1690.9665.6953.14
Hex85D63926049105b4235
Octal205326714601112013310265
Binary1000010111010110111001100110010010011000010110111000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85d639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,214,57); }

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

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

 a { background-color: rgb(133,214,57); }

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

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

 span { border-color: rgb(133,214,57); }

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