#8DEE45

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

Shades of Atlantis #8DEE45

Tints of Atlantis #8DEE45

Color information

#8DEE45 (or 0x8DEE45) is unknown color: approx Atlantis. HEX triplet: 8D, EE and 45. RGB value is (141,238,69). Sum of RGB (Red+Green+Blue) = 141+238+69=448 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.47% from 448); Green value is 238 (93.36% from 255 or 53.12% from 448); Blue value is 69 (27.34% from 255 or 15.40% from 448); Max value from RGB is 238 - color contains mainly: green. Hex color #8DEE45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DEE45 is #7211BA. Grayscale: #BEBEBE. Windows color (decimal): -7475643 or 4583053. OLE color: 4583053.

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

Color convert

RGB14123869-
CMYK0.4100.710.07
HSL94.44º83.25%60.2%-
HSV(B)94.44º71.01%93.33%-
XYZ42.6367.2416.36-
YUV189.7359.8693.24-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.47%
GREEN value IS 238 (93.36% from 255) = 53.12%
BLUE value IS 69 (27.34% from 255) = 15.40%
R=31.47%
G=53.12%
B=15.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal141238690.4100.710.0794.4483.2560.2
Hex8DEE452904775e533c
Octal215356105510107713612374
Binary100011011110111010001011010010100011111110111101010011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DEE45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,238,69); }

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

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

 a { background-color: rgb(141,238,69); }

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

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

 span { border-color: rgb(141,238,69); }

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