#8EED53

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

Shades of Atlantis #8EED53

Tints of Atlantis #8EED53

Color information

#8EED53 (or 0x8EED53) is unknown color: approx Atlantis. HEX triplet: 8E, ED and 53. RGB value is (142,237,83). Sum of RGB (Red+Green+Blue) = 142+237+83=462 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.74% from 462); Green value is 237 (92.97% from 255 or 51.30% from 462); Blue value is 83 (32.81% from 255 or 17.97% from 462); Max value from RGB is 237 - color contains mainly: green. Hex color #8EED53 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8EED53 is #7112AC. Grayscale: #BFBFBF. Windows color (decimal): -7410349 or 5500302. OLE color: 5500302.

HSL color Cylindrical-coordinate representation of color #8EED53: hue angle of 97.01º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8EED53 is Cyan = 0.40, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.07.

Color convert

RGB14223783-
CMYK0.4000.650.07
HSL97.01º81.05%62.75%-
HSV(B)97.01º64.98%92.94%-
XYZ4366.9418.84-
YUV191.0467.0393.02-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 30.74%
GREEN value IS 237 (92.97% from 255) = 51.30%
BLUE value IS 83 (32.81% from 255) = 17.97%
R=30.74%
G=51.30%
B=17.97%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal142237830.4000.650.0797.0181.0562.75
Hex8EED5328041761513f
Octal216355123500101714112177
Binary100011101110110110100111010000100000111111000011010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EED53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8EED53; }

 p { color: rgb(142,237,83); }

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

<style>
 a { background-color: #8EED53; }

 a { background-color: rgb(142,237,83); }

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

<style>
 span { border-color: #8EED53; }

 span { border-color: rgb(142,237,83); }

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