#8BD748

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

Shades of Atlantis #8BD748

Tints of Atlantis #8BD748

Color information

#8BD748 (or 0x8BD748) is unknown color: approx Atlantis. HEX triplet: 8B, D7 and 48. RGB value is (139,215,72). Sum of RGB (Red+Green+Blue) = 139+215+72=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 215 (84.38% from 255 or 50.47% from 426); Blue value is 72 (28.52% from 255 or 16.90% from 426); Max value from RGB is 215 - color contains mainly: green. Hex color #8BD748 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD748 is #7428B7. Grayscale: #B0B0B0. Windows color (decimal): -7612600 or 4773771. OLE color: 4773771.

HSL color Cylindrical-coordinate representation of color #8BD748: hue angle of 91.89º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8BD748 is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.16.

Color convert

RGB13921572-
CMYK0.3500.670.16
HSL91.89º64.13%56.27%-
HSV(B)91.89º66.51%84.31%-
XYZ36.1254.5614.76-
YUV175.9769.32101.63-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.63%
GREEN value IS 215 (84.38% from 255) = 50.47%
BLUE value IS 72 (28.52% from 255) = 16.90%
R=32.63%
G=50.47%
B=16.90%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139215720.3500.670.1691.8964.1356.27
Hex8BD74823043105c4038
Octal2133271104301032013410070
Binary10001011110101111001000100011010000111000010111001000000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,215,72); }

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

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

 a { background-color: rgb(139,215,72); }

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

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

 span { border-color: rgb(139,215,72); }

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