#8EDF41

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

Shades of Atlantis #8EDF41

Tints of Atlantis #8EDF41

Color information

#8EDF41 (or 0x8EDF41) is unknown color: approx Atlantis. HEX triplet: 8E, DF and 41. RGB value is (142,223,65). Sum of RGB (Red+Green+Blue) = 142+223+65=430 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.02% from 430); Green value is 223 (87.5% from 255 or 51.86% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 223 - color contains mainly: green. Hex color #8EDF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8EDF41 is #7120BE. Grayscale: #B5B5B5. Windows color (decimal): -7413951 or 4317070. OLE color: 4317070.

HSL color Cylindrical-coordinate representation of color #8EDF41: hue angle of 90.76º degrees, saturation: 0.71, 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 #8EDF41 is Cyan = 0.36, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB14222365-
CMYK0.3600.710.13
HSL90.76º71.17%56.47%-
HSV(B)90.76º70.85%87.45%-
XYZ38.558.9114.34-
YUV180.7762.66100.35-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 33.02%
GREEN value IS 223 (87.5% from 255) = 51.86%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=33.02%
G=51.86%
B=15.12%

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
Decimal142223650.3600.710.1390.7671.1756.47
Hex8EDF4124047D5b4738
Octal2163371014401071513310770
Binary1000111011011111100000110010001000111110110110111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8EDF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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