#8BDE3D

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

Shades of Atlantis #8BDE3D

Tints of Atlantis #8BDE3D

Color information

#8BDE3D (or 0x8BDE3D) is unknown color: approx Atlantis. HEX triplet: 8B, DE and 3D. RGB value is (139,222,61). Sum of RGB (Red+Green+Blue) = 139+222+61=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 222 (87.11% from 255 or 52.61% from 422); Blue value is 61 (24.22% from 255 or 14.45% from 422); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDE3D is #7421C2. Grayscale: #B3B3B3. Windows color (decimal): -7610819 or 4054667. OLE color: 4054667.

HSL color Cylindrical-coordinate representation of color #8BDE3D: hue angle of 90.93º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8BDE3D is Cyan = 0.37, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB13922261-
CMYK0.3700.730.13
HSL90.93º70.93%55.49%-
HSV(B)90.93º72.52%87.06%-
XYZ37.6158.0713.64-
YUV178.8361.599.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.94%
GREEN value IS 222 (87.11% from 255) = 52.61%
BLUE value IS 61 (24.22% from 255) = 14.45%
R=32.94%
G=52.61%
B=14.45%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139222610.3700.730.1390.9370.9355.49
Hex8BDE3D25049D5b4737
Octal213336754501111513310767
Binary100010111101111011110110010101001001110110110111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BDE3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,222,61); }

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

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

 a { background-color: rgb(139,222,61); }

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

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

 span { border-color: rgb(139,222,61); }

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