#8EDD50

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

Shades of Atlantis #8EDD50

Tints of Atlantis #8EDD50

Color information

#8EDD50 (or 0x8EDD50) is unknown color: approx Atlantis. HEX triplet: 8E, DD and 50. RGB value is (142,221,80). Sum of RGB (Red+Green+Blue) = 142+221+80=443 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.05% from 443); Green value is 221 (86.72% from 255 or 49.89% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 221 - color contains mainly: green. Hex color #8EDD50 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8EDD50 is #7122AF. Grayscale: #B5B5B5. Windows color (decimal): -7414448 or 5299598. OLE color: 5299598.

HSL color Cylindrical-coordinate representation of color #8EDD50: hue angle of 93.62º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8EDD50 is Cyan = 0.36, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.13.

Color convert

RGB14222180-
CMYK0.3600.640.13
HSL93.62º67.46%59.02%-
HSV(B)93.62º63.8%86.67%-
XYZ38.4658.0416.77-
YUV181.370.8399.96-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 32.05%
GREEN value IS 221 (86.72% from 255) = 49.89%
BLUE value IS 80 (31.64% from 255) = 18.06%
R=32.05%
G=49.89%
B=18.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142221800.3600.640.1393.6267.4659.02
Hex8EDD5024040D5e433b
Octal2163351204401001513610373
Binary1000111011011101101000010010001000000110110111101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,221,80); }

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

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

 a { background-color: rgb(142,221,80); }

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

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

 span { border-color: rgb(142,221,80); }

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