#8DE740

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

Shades of Atlantis #8DE740

Tints of Atlantis #8DE740

Color information

#8DE740 (or 0x8DE740) is unknown color: approx Atlantis. HEX triplet: 8D, E7 and 40. RGB value is (141,231,64). Sum of RGB (Red+Green+Blue) = 141+231+64=436 (57% of max value = 765). Red value is 141 (55.47% from 255 or 32.34% from 436); Green value is 231 (90.62% from 255 or 52.98% from 436); Blue value is 64 (25.39% from 255 or 14.68% from 436); Max value from RGB is 231 - color contains mainly: green. Hex color #8DE740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8DE740 is #7218BF. Grayscale: #B9B9B9. Windows color (decimal): -7477440 or 4253581. OLE color: 4253581.

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

Color convert

RGB14123164-
CMYK0.3900.720.09
HSL92.34º77.67%57.84%-
HSV(B)92.34º72.29%90.59%-
XYZ40.4963.1814.91-
YUV185.0559.6896.58-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.34%
GREEN value IS 231 (90.62% from 255) = 52.98%
BLUE value IS 64 (25.39% from 255) = 14.68%
R=32.34%
G=52.98%
B=14.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141231640.3900.720.0992.3477.6757.84
Hex8DE7402704895c4e3a
Octal2153471004701101113411672
Binary1000110111100111100000010011101001000100110111001001110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DE740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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