#8bde3e

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

Shades of Atlantis #8BDE3E

Tints of Atlantis #8BDE3E

Color information

#8BDE3E (or 0x8BDE3E) is unknown color: approx Atlantis. HEX triplet: 8B, DE and 3E. RGB value is (139,222,62). Sum of RGB (Red+Green+Blue) = 139+222+62=423 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.86% from 423); Green value is 222 (87.11% from 255 or 52.48% from 423); Blue value is 62 (24.61% from 255 or 14.66% from 423); Max value from RGB is 222 - color contains mainly: green. Hex color #8BDE3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8BDE3E is #7421C1. Grayscale: #B3B3B3. Windows color (decimal): -7610818 or 4120203. OLE color: 4120203.

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

Color convert

RGB13922262-
CMYK0.3700.720.13
HSL91.12º70.8%55.69%-
HSV(B)91.12º72.07%87.06%-
XYZ37.6458.0813.78-
YUV178.946299.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.86%
GREEN value IS 222 (87.11% from 255) = 52.48%
BLUE value IS 62 (24.61% from 255) = 14.66%
R=32.86%
G=52.48%
B=14.66%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal139222620.3700.720.1391.1270.855.69
Hex8BDE3E25048D5b4738
Octal213336764501101513310770
Binary100010111101111011111010010101001000110110110111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8bde3e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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