#8DBC47

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

Shades of Atlantis #8DBC47

Tints of Atlantis #8DBC47

Color information

#8DBC47 (or 0x8DBC47) is unknown color: approx Atlantis. HEX triplet: 8D, BC and 47. RGB value is (141,188,71). Sum of RGB (Red+Green+Blue) = 141+188+71=400 (52% of max value = 765). Red value is 141 (55.47% from 255 or 35.25% from 400); Green value is 188 (73.83% from 255 or 47% from 400); Blue value is 71 (28.12% from 255 or 17.75% from 400); Max value from RGB is 188 - color contains mainly: green. Hex color #8DBC47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8DBC47 is #7243B8. Grayscale: #A1A1A1. Windows color (decimal): -7488441 or 4701325. OLE color: 4701325.

HSL color Cylindrical-coordinate representation of color #8DBC47: hue angle of 84.1º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8DBC47 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB14118871-
CMYK0.2500.620.26
HSL84.1º46.61%50.78%-
HSV(B)84.1º62.23%73.73%-
XYZ30.1142.0812.5-
YUV160.6177.43114.01-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 35.25%
GREEN value IS 188 (73.83% from 255) = 47%
BLUE value IS 71 (28.12% from 255) = 17.75%
R=35.25%
G=47%
B=17.75%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal141188710.2500.620.2684.146.6150.78
Hex8DBC471903E1A542f33
Octal21527410731076321245763
Binary10001101101111001000111110010111110110101010100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DBC47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,188,71); }

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

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

 a { background-color: rgb(141,188,71); }

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

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

 span { border-color: rgb(141,188,71); }

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