#8CDD47

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

Shades of Atlantis #8CDD47

Tints of Atlantis #8CDD47

Color information

#8CDD47 (or 0x8CDD47) is unknown color: approx Atlantis. HEX triplet: 8C, DD and 47. RGB value is (140,221,71). Sum of RGB (Red+Green+Blue) = 140+221+71=432 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.41% from 432); Green value is 221 (86.72% from 255 or 51.16% from 432); Blue value is 71 (28.12% from 255 or 16.44% from 432); Max value from RGB is 221 - color contains mainly: green. Hex color #8CDD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8CDD47 is #7322B8. Grayscale: #B4B4B4. Windows color (decimal): -7545529 or 4709772. OLE color: 4709772.

HSL color Cylindrical-coordinate representation of color #8CDD47: hue angle of 92.4º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8CDD47 is Cyan = 0.37, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB14022171-
CMYK0.3700.680.13
HSL92.4º68.81%57.25%-
HSV(B)92.4º67.87%86.67%-
XYZ37.8157.7415.11-
YUV179.6866.6699.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.41%
GREEN value IS 221 (86.72% from 255) = 51.16%
BLUE value IS 71 (28.12% from 255) = 16.44%
R=32.41%
G=51.16%
B=16.44%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal140221710.3700.680.1392.468.8157.25
Hex8CDD4725044D5c4539
Octal2143351074501041513410571
Binary1000110011011101100011110010101000100110110111001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CDD47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,221,71); }

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

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

 a { background-color: rgb(140,221,71); }

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

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

 span { border-color: rgb(140,221,71); }

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