#8DD641

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

Shades of Atlantis #8DD641

Tints of Atlantis #8DD641

Color information

#8DD641 (or 0x8DD641) is unknown color: approx Atlantis. HEX triplet: 8D, D6 and 41. RGB value is (141,214,65). Sum of RGB (Red+Green+Blue) = 141+214+65=420 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.57% from 420); Green value is 214 (83.98% from 255 or 50.95% from 420); Blue value is 65 (25.78% from 255 or 15.48% from 420); Max value from RGB is 214 - color contains mainly: green. Hex color #8DD641 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DD641 is #7229BE. Grayscale: #AFAFAF. Windows color (decimal): -7481791 or 4314765. OLE color: 4314765.

HSL color Cylindrical-coordinate representation of color #8DD641: hue angle of 89.4º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8DD641 is Cyan = 0.34, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB14121465-
CMYK0.3400.700.16
HSL89.4º64.5%54.71%-
HSV(B)89.4º69.63%83.92%-
XYZ35.9954.1413.55-
YUV175.1965.82103.62-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.57%
GREEN value IS 214 (83.98% from 255) = 50.95%
BLUE value IS 65 (25.78% from 255) = 15.48%
R=33.57%
G=50.95%
B=15.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal141214650.3400.700.1689.464.554.71
Hex8DD6412204610594137
Octal2153261014201062013110167
Binary10001101110101101000001100010010001101000010110011000001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,214,65); }

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

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

 a { background-color: rgb(141,214,65); }

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

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

 span { border-color: rgb(141,214,65); }

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