#86EF3B

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

Shades of Atlantis #86EF3B

Tints of Atlantis #86EF3B

Color information

#86EF3B (or 0x86EF3B) is unknown color: approx Atlantis. HEX triplet: 86, EF and 3B. RGB value is (134,239,59). Sum of RGB (Red+Green+Blue) = 134+239+59=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 239 (93.75% from 255 or 55.32% from 432); Blue value is 59 (23.44% from 255 or 13.66% from 432); Max value from RGB is 239 - color contains mainly: green. Hex color #86EF3B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86EF3B is #7910C4. Grayscale: #BBBBBB. Windows color (decimal): -7934149 or 3927942. OLE color: 3927942.

HSL color Cylindrical-coordinate representation of color #86EF3B: hue angle of 95º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #86EF3B is Cyan = 0.44, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB13423959-
CMYK0.4400.750.06
HSL95º84.91%58.43%-
HSV(B)95º75.31%93.73%-
XYZ41.4967.1214.91-
YUV187.0855.7190.14-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.02%
GREEN value IS 239 (93.75% from 255) = 55.32%
BLUE value IS 59 (23.44% from 255) = 13.66%
R=31.02%
G=55.32%
B=13.66%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal134239590.4400.750.069584.9158.43
Hex86EF3B2C04B65f553a
Octal20635773540113613712572
Binary10000110111011111110111011000100101111010111111010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,239,59); }

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

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

 a { background-color: rgb(134,239,59); }

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

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

 span { border-color: rgb(134,239,59); }

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