#85C63D

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

Shades of Atlantis #85C63D

Tints of Atlantis #85C63D

Color information

#85C63D (or 0x85C63D) is unknown color: approx Atlantis. HEX triplet: 85, C6 and 3D. RGB value is (133,198,61). Sum of RGB (Red+Green+Blue) = 133+198+61=392 (51% of max value = 765). Red value is 133 (52.34% from 255 or 33.93% from 392); Green value is 198 (77.73% from 255 or 50.51% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63D is #7A39C2. Grayscale: #A3A3A3. Windows color (decimal): -8010179 or 4048517. OLE color: 4048517.

HSL color Cylindrical-coordinate representation of color #85C63D: hue angle of 88.47º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85C63D is Cyan = 0.33, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB13319861-
CMYK0.3300.690.22
HSL88.47º54.58%50.78%-
HSV(B)88.47º69.19%77.65%-
XYZ30.7145.7111.62-
YUV162.9570.47106.64-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.93%
GREEN value IS 198 (77.73% from 255) = 50.51%
BLUE value IS 61 (24.22% from 255) = 15.56%
R=33.93%
G=50.51%
B=15.56%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133198610.3300.690.2288.4754.5850.78
Hex85C63D2104516583733
Octal20530675410105261306763
Binary100001011100011011110110000101000101101101011000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,198,61); }

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

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

 a { background-color: rgb(133,198,61); }

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

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

 span { border-color: rgb(133,198,61); }

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