#8DE73E

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

Shades of Atlantis #8DE73E

Tints of Atlantis #8DE73E

Color information

#8DE73E (or 0x8DE73E) is unknown color: approx Atlantis. HEX triplet: 8D, E7 and 3E. RGB value is (141,231,62). Sum of RGB (Red+Green+Blue) = 141+231+62=434 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.49% from 434); Green value is 231 (90.62% from 255 or 53.23% from 434); Blue value is 62 (24.61% from 255 or 14.29% from 434); Max value from RGB is 231 - color contains mainly: green. Hex color #8DE73E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE73E is #7218C1. Grayscale: #B9B9B9. Windows color (decimal): -7477442 or 4122509. OLE color: 4122509.

HSL color Cylindrical-coordinate representation of color #8DE73E: hue angle of 91.95º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8DE73E is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.09.

Color convert

RGB14123162-
CMYK0.3900.730.09
HSL91.95º77.88%57.45%-
HSV(B)91.95º73.16%90.59%-
XYZ40.4363.1614.62-
YUV184.8258.6896.74-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.49%
GREEN value IS 231 (90.62% from 255) = 53.23%
BLUE value IS 62 (24.61% from 255) = 14.29%
R=32.49%
G=53.23%
B=14.29%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141231620.3900.730.0991.9577.8857.45
Hex8DE73E2704995c4e39
Octal215347764701111113411671
Binary100011011110011111111010011101001001100110111001001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,231,62); }

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

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

 a { background-color: rgb(141,231,62); }

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

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

 span { border-color: rgb(141,231,62); }

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