#85E340

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

Shades of Atlantis #85E340

Tints of Atlantis #85E340

Color information

#85E340 (or 0x85E340) is unknown color: approx Atlantis. HEX triplet: 85, E3 and 40. RGB value is (133,227,64). Sum of RGB (Red+Green+Blue) = 133+227+64=424 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.37% from 424); Green value is 227 (89.06% from 255 or 53.54% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 227 - color contains mainly: green. Hex color #85E340 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85E340 is #7A1CBF. Grayscale: #B4B4B4. Windows color (decimal): -8002752 or 4252549. OLE color: 4252549.

HSL color Cylindrical-coordinate representation of color #85E340: hue angle of 94.6º degrees, saturation: 0.74, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85E340 is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.11.

Color convert

RGB13322764-
CMYK0.4100.720.11
HSL94.6º74.43%57.06%-
HSV(B)94.6º71.81%89.02%-
XYZ38.0760.2914.48-
YUV180.3162.3694.25-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.37%
GREEN value IS 227 (89.06% from 255) = 53.54%
BLUE value IS 64 (25.39% from 255) = 15.09%
R=31.37%
G=53.54%
B=15.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal133227640.4100.720.1194.674.4357.06
Hex85E34029048B5f4a39
Octal2053431005101101313711271
Binary1000010111100011100000010100101001000101110111111001010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85E340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,227,64); }

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

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

 a { background-color: rgb(133,227,64); }

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

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

 span { border-color: rgb(133,227,64); }

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