#8BEB50

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

Shades of Atlantis #8BEB50

Tints of Atlantis #8BEB50

Color information

#8BEB50 (or 0x8BEB50) is unknown color: approx Atlantis. HEX triplet: 8B, EB and 50. RGB value is (139,235,80). Sum of RGB (Red+Green+Blue) = 139+235+80=454 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.62% from 454); Green value is 235 (92.19% from 255 or 51.76% from 454); Blue value is 80 (31.64% from 255 or 17.62% from 454); Max value from RGB is 235 - color contains mainly: green. Hex color #8BEB50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BEB50 is #7414AF. Grayscale: #BDBDBD. Windows color (decimal): -7607472 or 5303179. OLE color: 5303179.

HSL color Cylindrical-coordinate representation of color #8BEB50: hue angle of 97.16º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BEB50 is Cyan = 0.41, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.08.

Color convert

RGB13923580-
CMYK0.4100.660.08
HSL97.16º79.49%61.76%-
HSV(B)97.16º65.96%92.16%-
XYZ41.865.4818.03-
YUV188.6366.792.6-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.62%
GREEN value IS 235 (92.19% from 255) = 51.76%
BLUE value IS 80 (31.64% from 255) = 17.62%
R=30.62%
G=51.76%
B=17.62%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal139235800.4100.660.0897.1679.4961.76
Hex8BEB50290428614f3e
Octal2133531205101021014111776
Binary1000101111101011101000010100101000010100011000011001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BEB50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,235,80); }

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

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

 a { background-color: rgb(139,235,80); }

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

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

 span { border-color: rgb(139,235,80); }

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