#8DE744

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

Shades of Atlantis #8DE744

Tints of Atlantis #8DE744

Color information

#8DE744 (or 0x8DE744) is unknown color: approx Atlantis. HEX triplet: 8D, E7 and 44. RGB value is (141,231,68). Sum of RGB (Red+Green+Blue) = 141+231+68=440 (58% of max value = 765). Red value is 141 (55.47% from 255 or 32.05% from 440); Green value is 231 (90.62% from 255 or 52.5% from 440); Blue value is 68 (26.95% from 255 or 15.45% from 440); Max value from RGB is 231 - color contains mainly: green. Hex color #8DE744 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE744 is #7218BB. Grayscale: #BABABA. Windows color (decimal): -7477436 or 4515725. OLE color: 4515725.

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

Color convert

RGB14123168-
CMYK0.3900.710.09
HSL93.13º77.25%58.63%-
HSV(B)93.13º70.56%90.59%-
XYZ40.663.2315.53-
YUV185.5161.6896.25-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.05%
GREEN value IS 231 (90.62% from 255) = 52.5%
BLUE value IS 68 (26.95% from 255) = 15.45%
R=32.05%
G=52.5%
B=15.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141231680.3900.710.0993.1377.2558.63
Hex8DE7442704795d4d3b
Octal2153471044701071113511573
Binary1000110111100111100010010011101000111100110111011001101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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