#8DE041

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

Shades of Atlantis #8DE041

Tints of Atlantis #8DE041

Color information

#8DE041 (or 0x8DE041) is unknown color: approx Atlantis. HEX triplet: 8D, E0 and 41. RGB value is (141,224,65). Sum of RGB (Red+Green+Blue) = 141+224+65=430 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.79% from 430); Green value is 224 (87.89% from 255 or 52.09% from 430); Blue value is 65 (25.78% from 255 or 15.12% from 430); Max value from RGB is 224 - color contains mainly: green. Hex color #8DE041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DE041 is #721FBE. Grayscale: #B5B5B5. Windows color (decimal): -7479231 or 4317325. OLE color: 4317325.

HSL color Cylindrical-coordinate representation of color #8DE041: hue angle of 91.32º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8DE041 is Cyan = 0.37, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB14122465-
CMYK0.3700.710.12
HSL91.32º71.95%56.67%-
HSV(B)91.32º70.98%87.84%-
XYZ38.5959.3614.42-
YUV181.0662.599.43-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.79%
GREEN value IS 224 (87.89% from 255) = 52.09%
BLUE value IS 65 (25.78% from 255) = 15.12%
R=32.79%
G=52.09%
B=15.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141224650.3700.710.1291.3271.9556.67
Hex8DE04125047C5b4839
Octal2153401014501071413311071
Binary1000110111100000100000110010101000111110010110111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,224,65); }

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

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

 a { background-color: rgb(141,224,65); }

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

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

 span { border-color: rgb(141,224,65); }

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