#8BED4F

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

Shades of Atlantis #8BED4F

Tints of Atlantis #8BED4F

Color information

#8BED4F (or 0x8BED4F) is unknown color: approx Atlantis. HEX triplet: 8B, ED and 4F. RGB value is (139,237,79). Sum of RGB (Red+Green+Blue) = 139+237+79=455 (60% of max value = 765). Red value is 139 (54.69% from 255 or 30.55% from 455); Green value is 237 (92.97% from 255 or 52.09% from 455); Blue value is 79 (31.25% from 255 or 17.36% from 455); Max value from RGB is 237 - color contains mainly: green. Hex color #8BED4F is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8BED4F is #7412B0. Grayscale: #BEBEBE. Windows color (decimal): -7606961 or 5238155. OLE color: 5238155.

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

Color convert

RGB13923779-
CMYK0.4100.670.07
HSL97.22º81.44%61.96%-
HSV(B)97.22º66.67%92.94%-
XYZ42.3466.6218.02-
YUV189.6965.5391.85-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.55%
GREEN value IS 237 (92.97% from 255) = 52.09%
BLUE value IS 79 (31.25% from 255) = 17.36%
R=30.55%
G=52.09%
B=17.36%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal139237790.4100.670.0797.2281.4461.96
Hex8BED4F29043761513e
Octal213355117510103714112176
Binary100010111110110110011111010010100001111111000011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BED4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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