#8DED47

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

Shades of Atlantis #8DED47

Tints of Atlantis #8DED47

Color information

#8DED47 (or 0x8DED47) is unknown color: approx Atlantis. HEX triplet: 8D, ED and 47. RGB value is (141,237,71). Sum of RGB (Red+Green+Blue) = 141+237+71=449 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.40% from 449); Green value is 237 (92.97% from 255 or 52.78% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED47 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DED47 is #7212B8. Grayscale: #BDBDBD. Windows color (decimal): -7475897 or 4713869. OLE color: 4713869.

HSL color Cylindrical-coordinate representation of color #8DED47: hue angle of 94.7º degrees, saturation: 0.82, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DED47 is Cyan = 0.41, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.07.

Color convert

RGB14123771-
CMYK0.4100.700.07
HSL94.7º82.18%60.39%-
HSV(B)94.7º70.04%92.94%-
XYZ42.4166.6916.6-
YUV189.3761.293.5-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.40%
GREEN value IS 237 (92.97% from 255) = 52.78%
BLUE value IS 71 (28.12% from 255) = 15.81%
R=31.40%
G=52.78%
B=15.81%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141237710.4100.700.0794.782.1860.39
Hex8DED472904675f523c
Octal215355107510106713712274
Binary100011011110110110001111010010100011011110111111010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,237,71); }

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

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

 a { background-color: rgb(141,237,71); }

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

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

 span { border-color: rgb(141,237,71); }

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