#8BEE4D

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

Shades of Atlantis #8BEE4D

Tints of Atlantis #8BEE4D

Color information

#8BEE4D (or 0x8BEE4D) is unknown color: approx Atlantis. HEX triplet: 8B, EE and 4D. RGB value is (139,238,77). Sum of RGB (Red+Green+Blue) = 139+238+77=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 238 (93.36% from 255 or 52.42% from 454); Blue value is 77 (30.47% from 255 or 16.96% from 454); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEE4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEE4D is #7411B2. Grayscale: #BEBEBE. Windows color (decimal): -7606707 or 5107339. OLE color: 5107339.

HSL color Cylindrical-coordinate representation of color #8BEE4D: hue angle of 96.89º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8BEE4D is Cyan = 0.42, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.07.

Color convert

RGB13923877-
CMYK0.4200.680.07
HSL96.89º82.56%61.76%-
HSV(B)96.89º67.65%93.33%-
XYZ42.5667.1717.74-
YUV190.0464.291.59-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 238 (93.36% from 255) = 52.42%
BLUE value IS 77 (30.47% from 255) = 16.96%
R=30.62%
G=52.42%
B=16.96%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139238770.4200.680.0796.8982.5661.76
Hex8BEE4D2A044761533e
Octal213356115520104714112376
Binary100010111110111010011011010100100010011111000011010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,238,77); }

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

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

 a { background-color: rgb(139,238,77); }

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

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

 span { border-color: rgb(139,238,77); }

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