#8DED50

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

Shades of Atlantis #8DED50

Tints of Atlantis #8DED50

Color information

#8DED50 (or 0x8DED50) is unknown color: approx Atlantis. HEX triplet: 8D, ED and 50. RGB value is (141,237,80). Sum of RGB (Red+Green+Blue) = 141+237+80=458 (60% of max value = 765). Red value is 141 (55.47% from 255 or 30.79% from 458); Green value is 237 (92.97% from 255 or 51.75% from 458); Blue value is 80 (31.64% from 255 or 17.47% from 458); Max value from RGB is 237 - color contains mainly: green. Hex color #8DED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8DED50 is #7212AF. Grayscale: #BEBEBE. Windows color (decimal): -7475888 or 5303693. OLE color: 5303693.

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

Color convert

RGB14123780-
CMYK0.4100.660.07
HSL96.69º81.35%62.16%-
HSV(B)96.69º66.24%92.94%-
XYZ42.7266.8118.23-
YUV190.465.792.77-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.79%
GREEN value IS 237 (92.97% from 255) = 51.75%
BLUE value IS 80 (31.64% from 255) = 17.47%
R=30.79%
G=51.75%
B=17.47%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141237800.4100.660.0796.6981.3562.16
Hex8DED5029042761513e
Octal215355120510102714112176
Binary100011011110110110100001010010100001011111000011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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