#8BD447

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

Shades of Atlantis #8BD447

Tints of Atlantis #8BD447

Color information

#8BD447 (or 0x8BD447) is unknown color: approx Atlantis. HEX triplet: 8B, D4 and 47. RGB value is (139,212,71). Sum of RGB (Red+Green+Blue) = 139+212+71=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 212 (83.20% from 255 or 50.24% from 422); Blue value is 71 (28.12% from 255 or 16.82% from 422); Max value from RGB is 212 - color contains mainly: green. Hex color #8BD447 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD447 is #742BB8. Grayscale: #AEAEAE. Windows color (decimal): -7613369 or 4707467. OLE color: 4707467.

HSL color Cylindrical-coordinate representation of color #8BD447: hue angle of 91.06º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BD447 is Cyan = 0.34, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.17.

Color convert

RGB13921271-
CMYK0.3400.670.17
HSL91.06º62.11%55.49%-
HSV(B)91.06º66.51%83.14%-
XYZ35.3353.0314.34-
YUV174.169.82102.96-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 212 (83.20% from 255) = 50.24%
BLUE value IS 71 (28.12% from 255) = 16.82%
R=32.94%
G=50.24%
B=16.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal139212710.3400.670.1791.0662.1155.49
Hex8BD44722043115b3e37
Octal213324107420103211337667
Binary1000101111010100100011110001001000011100011011011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,212,71); }

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

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

 a { background-color: rgb(139,212,71); }

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

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

 span { border-color: rgb(139,212,71); }

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