#8DE34E

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

Shades of Atlantis #8DE34E

Tints of Atlantis #8DE34E

Color information

#8DE34E (or 0x8DE34E) is unknown color: approx Atlantis. HEX triplet: 8D, E3 and 4E. RGB value is (141,227,78). Sum of RGB (Red+Green+Blue) = 141+227+78=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 227 (89.06% from 255 or 50.90% from 446); Blue value is 78 (30.86% from 255 or 17.49% from 446); Max value from RGB is 227 - color contains mainly: green. Hex color #8DE34E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DE34E is #721CB1. Grayscale: #B8B8B8. Windows color (decimal): -7478450 or 5170061. OLE color: 5170061.

HSL color Cylindrical-coordinate representation of color #8DE34E: hue angle of 94.63º degrees, saturation: 0.73, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8DE34E is Cyan = 0.38, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.11.

Color convert

RGB14122778-
CMYK0.3800.660.11
HSL94.63º72.68%59.8%-
HSV(B)94.63º65.64%89.02%-
XYZ39.8361.1516.91-
YUV184.368.0197.12-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 227 (89.06% from 255) = 50.90%
BLUE value IS 78 (30.86% from 255) = 17.49%
R=31.61%
G=50.90%
B=17.49%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal141227780.3800.660.1194.6372.6859.8
Hex8DE34E26042B5f493c
Octal2153431164601021313711174
Binary1000110111100011100111010011001000010101110111111001001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,227,78); }

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

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

 a { background-color: rgb(141,227,78); }

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

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

 span { border-color: rgb(141,227,78); }

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