#8FEE50

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

Shades of Atlantis #8FEE50

Tints of Atlantis #8FEE50

Color information

#8FEE50 (or 0x8FEE50) is unknown color: approx Atlantis. HEX triplet: 8F, EE and 50. RGB value is (143,238,80). Sum of RGB (Red+Green+Blue) = 143+238+80=461 (61% of max value = 765). Red value is 143 (56.25% from 255 or 31.02% from 461); Green value is 238 (93.36% from 255 or 51.63% from 461); Blue value is 80 (31.64% from 255 or 17.35% from 461); Max value from RGB is 238 - color contains mainly: green. Hex color #8FEE50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8FEE50 is #7011AF. Grayscale: #C0C0C0. Windows color (decimal): -7344560 or 5303951. OLE color: 5303951.

HSL color Cylindrical-coordinate representation of color #8FEE50: hue angle of 96.08º degrees, saturation: 0.82, 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 #8FEE50 is Cyan = 0.40, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB14323880-
CMYK0.4000.660.07
HSL96.08º82.29%62.35%-
HSV(B)96.08º66.39%93.33%-
XYZ43.3567.5718.35-
YUV191.5865.0393.35-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 31.02%
GREEN value IS 238 (93.36% from 255) = 51.63%
BLUE value IS 80 (31.64% from 255) = 17.35%
R=31.02%
G=51.63%
B=17.35%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal143238800.4000.660.0796.0882.2962.35
Hex8FEE5028042760523e
Octal217356120500102714012276
Binary100011111110111010100001010000100001011111000001010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FEE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,238,80); }

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

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

 a { background-color: rgb(143,238,80); }

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

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

 span { border-color: rgb(143,238,80); }

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