#8BED50

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

Shades of Atlantis #8BED50

Tints of Atlantis #8BED50

Color information

#8BED50 (or 0x8BED50) is unknown color: approx Atlantis. HEX triplet: 8B, ED and 50. RGB value is (139,237,80). Sum of RGB (Red+Green+Blue) = 139+237+80=456 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.48% from 456); Green value is 237 (92.97% from 255 or 51.97% from 456); Blue value is 80 (31.64% from 255 or 17.54% from 456); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BED50 is #7412AF. Grayscale: #BEBEBE. Windows color (decimal): -7606960 or 5303691. OLE color: 5303691.

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

Color convert

RGB13923780-
CMYK0.4100.660.07
HSL97.45º81.35%62.16%-
HSV(B)97.45º66.24%92.94%-
XYZ42.3866.6418.22-
YUV189.866.0391.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.48%
GREEN value IS 237 (92.97% from 255) = 51.97%
BLUE value IS 80 (31.64% from 255) = 17.54%
R=30.48%
G=51.97%
B=17.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139237800.4100.660.0797.4581.3562.16
Hex8BED5029042761513e
Octal213355120510102714112176
Binary100010111110110110100001010010100001011111000011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BED50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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