#8DCD39

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

Shades of Atlantis #8DCD39

Tints of Atlantis #8DCD39

Color information

#8DCD39 (or 0x8DCD39) is unknown color: approx Atlantis. HEX triplet: 8D, CD and 39. RGB value is (141,205,57). Sum of RGB (Red+Green+Blue) = 141+205+57=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 205 (80.47% from 255 or 50.87% from 403); Blue value is 57 (22.66% from 255 or 14.14% from 403); Max value from RGB is 205 - color contains mainly: green. Hex color #8DCD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DCD39 is #7232C6. Grayscale: #A9A9A9. Windows color (decimal): -7484103 or 3788173. OLE color: 3788173.

HSL color Cylindrical-coordinate representation of color #8DCD39: hue angle of 85.95º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8DCD39 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.

Color convert

RGB14120557-
CMYK0.3100.720.20
HSL85.95º59.68%51.37%-
HSV(B)85.95º72.2%80.39%-
XYZ33.5549.6211.68-
YUV168.9964.8108.03-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 34.99%
GREEN value IS 205 (80.47% from 255) = 50.87%
BLUE value IS 57 (22.66% from 255) = 14.14%
R=34.99%
G=50.87%
B=14.14%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal141205570.3100.720.2085.9559.6851.37
Hex8DCD391F04814563c33
Octal21531571370110241267463
Binary10001101110011011110011111101001000101001010110111100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DCD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,205,57); }

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

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

 a { background-color: rgb(141,205,57); }

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

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

 span { border-color: rgb(141,205,57); }

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