#8BD536

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

Shades of Atlantis #8BD536

Tints of Atlantis #8BD536

Color information

#8BD536 (or 0x8BD536) is unknown color: approx Atlantis. HEX triplet: 8B, D5 and 36. RGB value is (139,213,54). Sum of RGB (Red+Green+Blue) = 139+213+54=406 (53% of max value = 765). Red value is 139 (54.69% from 255 or 34.24% from 406); Green value is 213 (83.59% from 255 or 52.46% from 406); Blue value is 54 (21.48% from 255 or 13.30% from 406); Max value from RGB is 213 - color contains mainly: green. Hex color #8BD536 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BD536 is #742AC9. Grayscale: #ADADAD. Windows color (decimal): -7613130 or 3593611. OLE color: 3593611.

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

Color convert

RGB13921354-
CMYK0.3500.750.16
HSL87.92º65.43%52.35%-
HSV(B)87.92º74.65%83.53%-
XYZ35.1153.3411.94-
YUV172.7560.98103.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 34.24%
GREEN value IS 213 (83.59% from 255) = 52.46%
BLUE value IS 54 (21.48% from 255) = 13.30%
R=34.24%
G=52.46%
B=13.30%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal139213540.3500.750.1687.9265.4352.35
Hex8BD5362304B10584134
Octal213325664301132013010164
Binary1000101111010101110110100011010010111000010110001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BD536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,213,54); }

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

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

 a { background-color: rgb(139,213,54); }

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

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

 span { border-color: rgb(139,213,54); }

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