#86DF3B

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

Shades of Atlantis #86DF3B

Tints of Atlantis #86DF3B

Color information

#86DF3B (or 0x86DF3B) is unknown color: approx Atlantis. HEX triplet: 86, DF and 3B. RGB value is (134,223,59). Sum of RGB (Red+Green+Blue) = 134+223+59=416 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.21% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 59 (23.44% from 255 or 14.18% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #86DF3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DF3B is #7920C4. Grayscale: #B2B2B2. Windows color (decimal): -7938245 or 3923846. OLE color: 3923846.

HSL color Cylindrical-coordinate representation of color #86DF3B: hue angle of 92.56º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86DF3B is Cyan = 0.40, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.

Color convert

RGB13422359-
CMYK0.4000.740.13
HSL92.56º71.93%55.29%-
HSV(B)92.56º73.54%87.45%-
XYZ37.0158.1613.41-
YUV177.6961.0196.84-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 32.21%
GREEN value IS 223 (87.5% from 255) = 53.61%
BLUE value IS 59 (23.44% from 255) = 14.18%
R=32.21%
G=53.61%
B=14.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134223590.4000.740.1392.5671.9355.29
Hex86DF3B2804AD5d4837
Octal206337735001121513511067
Binary100001101101111111101110100001001010110110111011001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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