#8BEE35

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

Shades of Atlantis #8BEE35

Tints of Atlantis #8BEE35

Color information

#8BEE35 (or 0x8BEE35) is unknown color: approx Atlantis. HEX triplet: 8B, EE and 35. RGB value is (139,238,53). Sum of RGB (Red+Green+Blue) = 139+238+53=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 238 (93.36% from 255 or 55.35% from 430); Blue value is 53 (21.09% from 255 or 12.33% from 430); Max value from RGB is 238 - color contains mainly: green. Hex color #8BEE35 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8BEE35 is #7411CA. Grayscale: #BBBBBB. Windows color (decimal): -7606731 or 3534475. OLE color: 3534475.

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

Color convert

RGB13923853-
CMYK0.4200.780.07
HSL92.11º84.47%57.06%-
HSV(B)92.11º77.73%93.33%-
XYZ41.8666.914.07-
YUV187.3152.293.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 32.33%
GREEN value IS 238 (93.36% from 255) = 55.35%
BLUE value IS 53 (21.09% from 255) = 12.33%
R=32.33%
G=55.35%
B=12.33%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139238530.4200.780.0792.1184.4757.06
Hex8BEE352A04E75c5439
Octal21335665520116713412471
Binary10001011111011101101011010100100111011110111001010100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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