#8DD84E

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

Shades of Atlantis #8DD84E

Tints of Atlantis #8DD84E

Color information

#8DD84E (or 0x8DD84E) is unknown color: approx Atlantis. HEX triplet: 8D, D8 and 4E. RGB value is (141,216,78). Sum of RGB (Red+Green+Blue) = 141+216+78=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 216 (84.77% from 255 or 49.66% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 216 - color contains mainly: green. Hex color #8DD84E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD84E is #7227B1. Grayscale: #B2B2B2. Windows color (decimal): -7481266 or 5167245. OLE color: 5167245.

HSL color Cylindrical-coordinate representation of color #8DD84E: hue angle of 92.61º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8DD84E is Cyan = 0.35, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.

Color convert

RGB14121678-
CMYK0.3500.640.15
HSL92.61º63.89%57.65%-
HSV(B)92.61º63.89%84.71%-
XYZ36.9255.3215.94-
YUV177.8471.65101.72-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 216 (84.77% from 255) = 49.66%
BLUE value IS 78 (30.86% from 255) = 17.93%
R=32.41%
G=49.66%
B=17.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141216780.3500.640.1592.6163.8957.65
Hex8DD84E23040F5d403a
Octal2153301164301001713510072
Binary1000110111011000100111010001101000000111110111011000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,216,78); }

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

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

 a { background-color: rgb(141,216,78); }

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

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

 span { border-color: rgb(141,216,78); }

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