#8BDB36

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

Shades of Atlantis #8BDB36

Tints of Atlantis #8BDB36

Color information

#8BDB36 (or 0x8BDB36) is unknown color: approx Atlantis. HEX triplet: 8B, DB and 36. RGB value is (139,219,54). Sum of RGB (Red+Green+Blue) = 139+219+54=412 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.74% from 412); Green value is 219 (85.94% from 255 or 53.16% from 412); Blue value is 54 (21.48% from 255 or 13.11% from 412); Max value from RGB is 219 - color contains mainly: green. Hex color #8BDB36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDB36 is #7424C9. Grayscale: #B0B0B0. Windows color (decimal): -7611594 or 3595147. OLE color: 3595147.

HSL color Cylindrical-coordinate representation of color #8BDB36: hue angle of 89.09º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8BDB36 is Cyan = 0.37, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB13921954-
CMYK0.3700.750.14
HSL89.09º69.62%53.53%-
HSV(B)89.09º75.34%85.88%-
XYZ36.6456.4212.45-
YUV176.2759101.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 33.74%
GREEN value IS 219 (85.94% from 255) = 53.16%
BLUE value IS 54 (21.48% from 255) = 13.11%
R=33.74%
G=53.16%
B=13.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139219540.3700.750.1489.0969.6253.53
Hex8BDB362504BE594636
Octal213333664501131613110666
Binary100010111101101111011010010101001011111010110011000110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDB36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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