#86EB38

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

Shades of Atlantis #86EB38

Tints of Atlantis #86EB38

Color information

#86EB38 (or 0x86EB38) is unknown color: approx Atlantis. HEX triplet: 86, EB and 38. RGB value is (134,235,56). Sum of RGB (Red+Green+Blue) = 134+235+56=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 235 (92.19% from 255 or 55.29% from 425); Blue value is 56 (22.27% from 255 or 13.18% from 425); Max value from RGB is 235 - color contains mainly: green. Hex color #86EB38 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EB38 is #7914C7. Grayscale: #B9B9B9. Windows color (decimal): -7935176 or 3730310. OLE color: 3730310.

HSL color Cylindrical-coordinate representation of color #86EB38: hue angle of 93.85º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #86EB38 is Cyan = 0.43, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.08.

Color convert

RGB13423556-
CMYK0.4300.760.08
HSL93.85º81.74%57.06%-
HSV(B)93.85º76.17%92.16%-
XYZ40.2564.7714.12-
YUV184.455.5492.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.53%
GREEN value IS 235 (92.19% from 255) = 55.29%
BLUE value IS 56 (22.27% from 255) = 13.18%
R=31.53%
G=55.29%
B=13.18%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal134235560.4300.760.0893.8581.7457.06
Hex86EB382B04C85e5239
Octal206353705301141013612271
Binary100001101110101111100010101101001100100010111101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86EB38; }

 p { color: rgb(134,235,56); }

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

<style>
 a { background-color: #86EB38; }

 a { background-color: rgb(134,235,56); }

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

<style>
 span { border-color: #86EB38; }

 span { border-color: rgb(134,235,56); }

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