#85C341

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

Shades of Atlantis #85C341

Tints of Atlantis #85C341

Color information

#85C341 (or 0x85C341) is unknown color: approx Atlantis. HEX triplet: 85, C3 and 41. RGB value is (133,195,65). Sum of RGB (Red+Green+Blue) = 133+195+65=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 195 (76.56% from 255 or 49.62% from 393); Blue value is 65 (25.78% from 255 or 16.54% from 393); Max value from RGB is 195 - color contains mainly: green. Hex color #85C341 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C341 is #7A3CBE. Grayscale: #A2A2A2. Windows color (decimal): -8010943 or 4309893. OLE color: 4309893.

HSL color Cylindrical-coordinate representation of color #85C341: hue angle of 88.62º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85C341 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.24.

Color convert

RGB13319565-
CMYK0.3200.670.24
HSL88.62º52%50.98%-
HSV(B)88.62º66.67%76.47%-
XYZ30.1444.411.98-
YUV161.6473.46107.57-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 195 (76.56% from 255) = 49.62%
BLUE value IS 65 (25.78% from 255) = 16.54%
R=33.84%
G=49.62%
B=16.54%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal133195650.3200.670.2488.625250.98
Hex85C3412004318593433
Octal205303101400103301316463
Binary1000010111000011100000110000001000011110001011001110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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