#8EDE41

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

Shades of Atlantis #8EDE41

Tints of Atlantis #8EDE41

Color information

#8EDE41 (or 0x8EDE41) is unknown color: approx Atlantis. HEX triplet: 8E, DE and 41. RGB value is (142,222,65). Sum of RGB (Red+Green+Blue) = 142+222+65=429 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.10% from 429); Green value is 222 (87.11% from 255 or 51.75% from 429); Blue value is 65 (25.78% from 255 or 15.15% from 429); Max value from RGB is 222 - color contains mainly: green. Hex color #8EDE41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDE41 is #7121BE. Grayscale: #B4B4B4. Windows color (decimal): -7414207 or 4316814. OLE color: 4316814.

HSL color Cylindrical-coordinate representation of color #8EDE41: hue angle of 90.57º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8EDE41 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB14222265-
CMYK0.3600.710.13
HSL90.57º70.4%56.27%-
HSV(B)90.57º70.72%87.06%-
XYZ38.2358.3714.25-
YUV180.1863100.77-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.10%
GREEN value IS 222 (87.11% from 255) = 51.75%
BLUE value IS 65 (25.78% from 255) = 15.15%
R=33.10%
G=51.75%
B=15.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142222650.3600.710.1390.5770.456.27
Hex8EDE4124047D5b4638
Octal2163361014401071513310670
Binary1000111011011110100000110010001000111110110110111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,222,65); }

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

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

 a { background-color: rgb(142,222,65); }

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

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

 span { border-color: rgb(142,222,65); }

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