#85ED44

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

Shades of Atlantis #85ED44

Tints of Atlantis #85ED44

Color information

#85ED44 (or 0x85ED44) is unknown color: approx Atlantis. HEX triplet: 85, ED and 44. RGB value is (133,237,68). Sum of RGB (Red+Green+Blue) = 133+237+68=438 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.37% from 438); Green value is 237 (92.97% from 255 or 54.11% from 438); Blue value is 68 (26.95% from 255 or 15.53% from 438); Max value from RGB is 237 - color contains mainly: green. Hex color #85ED44 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85ED44 is #7A12BB. Grayscale: #BBBBBB. Windows color (decimal): -8000188 or 4517253. OLE color: 4517253.

HSL color Cylindrical-coordinate representation of color #85ED44: hue angle of 96.92º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #85ED44 is Cyan = 0.44, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB13323768-
CMYK0.4400.710.07
HSL96.92º82.44%59.8%-
HSV(B)96.92º71.31%92.94%-
XYZ4165.9716.04-
YUV186.6461.0489.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.37%
GREEN value IS 237 (92.97% from 255) = 54.11%
BLUE value IS 68 (26.95% from 255) = 15.53%
R=30.37%
G=54.11%
B=15.53%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal133237680.4400.710.0796.9282.4459.8
Hex85ED442C047761523c
Octal205355104540107714112274
Binary100001011110110110001001011000100011111111000011010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85ED44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,237,68); }

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

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

 a { background-color: rgb(133,237,68); }

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

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

 span { border-color: rgb(133,237,68); }

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