#85C63F

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

Shades of Atlantis #85C63F

Tints of Atlantis #85C63F

Color information

#85C63F (or 0x85C63F) is unknown color: approx Atlantis. HEX triplet: 85, C6 and 3F. RGB value is (133,198,63). Sum of RGB (Red+Green+Blue) = 133+198+63=394 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.76% from 394); Green value is 198 (77.73% from 255 or 50.25% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 198 - color contains mainly: green. Hex color #85C63F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C63F is #7A39C0. Grayscale: #A3A3A3. Windows color (decimal): -8010177 or 4179589. OLE color: 4179589.

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

Color convert

RGB13319863-
CMYK0.3300.680.22
HSL88.89º54.22%51.18%-
HSV(B)88.89º68.18%77.65%-
XYZ30.7645.7311.91-
YUV163.1771.47106.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.76%
GREEN value IS 198 (77.73% from 255) = 50.25%
BLUE value IS 63 (25% from 255) = 15.99%
R=33.76%
G=50.25%
B=15.99%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal133198630.3300.680.2288.8954.2251.18
Hex85C63F2104416593633
Octal20530677410104261316663
Binary100001011100011011111110000101000100101101011001110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85C63F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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