#8DE640

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

Shades of Atlantis #8DE640

Tints of Atlantis #8DE640

Color information

#8DE640 (or 0x8DE640) is unknown color: approx Atlantis. HEX triplet: 8D, E6 and 40. RGB value is (141,230,64). Sum of RGB (Red+Green+Blue) = 141+230+64=435 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.41% from 435); Green value is 230 (90.23% from 255 or 52.87% from 435); Blue value is 64 (25.39% from 255 or 14.71% from 435); Max value from RGB is 230 - color contains mainly: green. Hex color #8DE640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE640 is #7219BF. Grayscale: #B9B9B9. Windows color (decimal): -7477696 or 4253325. OLE color: 4253325.

HSL color Cylindrical-coordinate representation of color #8DE640: hue angle of 92.17º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DE640 is Cyan = 0.39, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB14123064-
CMYK0.3900.720.10
HSL92.17º76.85%57.65%-
HSV(B)92.17º72.17%90.2%-
XYZ40.2162.6314.82-
YUV184.4660.0197-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.41%
GREEN value IS 230 (90.23% from 255) = 52.87%
BLUE value IS 64 (25.39% from 255) = 14.71%
R=32.41%
G=52.87%
B=14.71%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal141230640.3900.720.1092.1776.8557.65
Hex8DE64027048A5c4d3a
Octal2153461004701101213411572
Binary1000110111100110100000010011101001000101010111001001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,230,64); }

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

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

 a { background-color: rgb(141,230,64); }

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

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

 span { border-color: rgb(141,230,64); }

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